{ "name": "graphql-server", "version": "1.0.0", "description": " This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. ", "main": "index.js", "scripts": { "start": "node start.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "express": "latest", "graphql": "latest", "apollo-server-express": "latest", "graphql-combine": "latest", "lodash": "latest", "path": "latest" }, "devDependencies": { "babel-register": "latest", "babel-preset-env": "latest" } }