-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 891 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 891 Bytes
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
{
"name": "easygqlmock-demo",
"version": "0.0.2",
"description": "",
"main": "src/App.js",
"scripts": {
"start": "node src/App.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"nodejs",
"graphql",
"mock",
"schema"
],
"homepage": "https://github.com/EasyGraphQL/easygraphql-mock-demo",
"author": {
"name": "EasyGraphQL",
"url": "https://github.com/EasyGraphQL"
},
"repository": {
"type": "git",
"url": "https://github.com/EasyGraphQL/easygraphql-mock-demo"
},
"bugs": {
"url": "https://github.com/EasyGraphQL/easygraphql-mock-demo/issues"
},
"license": "MIT",
"dependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.2",
"express-graphql": "^0.9.0",
"graphql": "^14.0.2",
"graphql-type-json": "^0.3.0"
},
"devDependencies": {
"standard": "^12.0.1"
}
}