{ "name": "apollo-server-hapi", "version": "2.0.0-beta.8", "description": "Production-ready Node.js GraphQL server for Hapi", "main": "dist/index.js", "scripts": { "compile": "tsc", "prepublish": "npm run compile" }, "repository": { "type": "git", "url": "https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-hapi" }, "keywords": [ "GraphQL", "Apollo", "Hapi", "Server", "Javascript" ], "author": "Jonas Helfer ", "license": "MIT", "bugs": { "url": "https://github.com/apollographql/apollo-server/issues" }, "homepage": "https://github.com/apollographql/apollo-server#readme", "engines": { "node": ">=8" }, "dependencies": { "accept": "^3.0.2", "apollo-server-core": "^2.0.0-beta.7", "apollo-server-module-graphiql": "^2.0.0-beta.8", "apollo-upload-server": "^5.0.0", "boom": "^7.1.0", "graphql-playground-html": "^1.6.0" }, "devDependencies": { "@types/hapi": "^17.0.12", "apollo-server-integration-testsuite": "^2.0.0-beta.8", "hapi": "17.4.0" }, "typings": "dist/index.d.ts", "typescript": { "definition": "dist/index.d.ts" } }