aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: a110f2f11e8c33c7816f2b50a4517ef222d6d33e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
  "name": "senpy-club-graphql-api",
  "author": {
    "url": "https://github.com/Fuwn",
    "email": "[email protected]",
    "name": "Fuwn"
  },
  "homepage": "https://github.com/senpy-club/graphql-api",
  "readme": "https://github.com/senpy-club/graphql-api#readme",
  "version": "0.1.0",
  "license": "MIT",
  "keywords": [
    "graphql",
    "javascript",
    "cloudflare",
    "workers",
    "anime",
    "senpy"
  ],
  "description": "GraphQL access to The Senpy Club API",
  "repository": "https://github.com/senpy-club/graphql-api",
  "private": true,
  "scripts": {
    "format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
    "lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "apollo-datasource-rest": "3.2.0",
    "apollo-server-cloudflare": "3.3.0",
    "graphql": "15.6.0"
  },
  "devDependencies": {
    "@cloudflare/wrangler": "1.19.9",
    "eslint": "8.11.0",
    "prettier": "2.6.0",
    "webpack": "5.56.0"
  },
  "main": "src/index.js"
}