-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 803 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 803 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
{
"name": "graphql-api",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"dev": "node_modules/.bin/nodemon --delay 5 dist/server",
"build": "node_modules/.bin/gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/express": "4.0.37",
"@types/express-graphql": "0.0.34",
"@types/graphql": "0.11.5",
"@types/node": "8.0.34",
"gulp": "3.9.1",
"gulp-clean": "0.3.2",
"gulp-typescript": "3.2.2",
"nodemon": "1.12.0",
"typescript": "2.5.3"
},
"dependencies": {
"aws-serverless-express": "^3.3.5",
"express": "^4.16.4",
"express-graphql": "0.6.11",
"graphql": "0.11.7",
"graphql-tools": "2.3.0"
}
}