-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 933 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
{
"name": "Crappy-pallet-graphql",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ./server.js --exec babel-node -e js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rng-trioxis/Crappy-pallet-graphql.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rng-trioxis/Crappy-pallet-graphql/issues"
},
"homepage": "https://github.com/rng-trioxis/Crappy-pallet-graphql#readme",
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-0": "^6.22.0",
"nodemon": "^1.11.0"
},
"dependencies": {
"aws-sdk": "^2.133.0",
"body-parser": "^1.18.2",
"express": "^4.16.2",
"graphql": "^0.11.7",
"graphql-server-express": "^1.1.6",
"graphql-tools": "^2.4.0"
}
}