17 lines
298 B
JSON
17 lines
298 B
JSON
{
|
|
"name": "graphql",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"start": "node src/index.js"
|
|
},
|
|
"main": "src/index.js",
|
|
"private": true,
|
|
"dependencies": {
|
|
"graphql": "^0.7.2",
|
|
"hapi": "^15.2.0",
|
|
"hapi-graphql": "^1.0.1",
|
|
"inert": "^4.0.2",
|
|
"require-dir": "^0.3.1"
|
|
}
|
|
}
|