forked from estrada9166/mock-graphql-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 789 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
{
"name": "easygraphql-server-builder",
"version": "0.0.1",
"description": "This package will create a server to test GraphQL queries and mutations",
"main": "src/App.js",
"scripts": {
"start": "node src/App.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "estrada9166",
"repository": {
"type": "git",
"url": "git+https://github.com/estrada9166/mock-graphql-server.git"
},
"bugs": {
"url": "https://github.com/estrada9166/mock-graphql-server/issues"
},
"homepage": "https://github.com/estrada9166/mock-graphql-server#readme",
"license": "MIT",
"dependencies": {
"body-parser": "^1.18.3",
"easygraphql-mock": "0.0.10",
"express": "^4.16.3",
"express-graphql": "^0.6.12",
"graphql": "^14.0.0"
}
}