-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 843 Bytes
/
package.json
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
{
"name": "graphql-custom-error",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development nodemon src/App.js",
"standard": "standard",
"standard-fix": "standard --fix"
},
"keywords": [
"nodejs",
"expressjs",
"express",
"graphql"
],
"author": "estrada9166",
"repository": {
"type": "git",
"url": "git+https://github.com/estrada9166/graphql-basics.git"
},
"bugs": {
"url": "https://github.com/estrada9166/graphql-basics/issues"
},
"homepage": "https://github.com/estrada9166/graphql-basics#readme",
"license": "MIT",
"dependencies": {
"cors": "^2.8.4",
"express": "^4.16.3",
"express-graphql": "^0.6.12",
"graphql": "^0.13.2"
},
"devDependencies": {
"nodemon": "^1.17.3",
"standard": "^11.0.1"
}
}