23 lines
542 B
JSON
23 lines
542 B
JSON
|
{
|
||
|
"name": "graphql-server",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"start": "nodemon ./src/index.js --exec babel-node --presets es2015",
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"babel-cli": "^6.24.1",
|
||
|
"babel-preset-es2015": "^6.24.1",
|
||
|
"graphql": "^0.9.6",
|
||
|
"graphql-server-hapi": "^0.7.2",
|
||
|
"graphql-tools": "^0.11.0",
|
||
|
"hapi": "^16.1.1",
|
||
|
"lodash": "^4.17.4",
|
||
|
"nodemon": "^1.11.0"
|
||
|
}
|
||
|
}
|