{ "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-subscriptions": "^0.3.1", "graphql-tools": "^0.11.0", "hapi": "^16.1.1", "lodash": "^4.17.4", "nodemon": "^1.11.0", "param-case": "^2.1.1" } }