2017-07-17 16:29:40 -07:00
|
|
|
{
|
|
|
|
"name": "apollo-server-hapi",
|
2018-05-22 11:16:59 -07:00
|
|
|
"version": "2.0.0-beta.0",
|
2017-07-17 16:29:40 -07:00
|
|
|
"description": "Production-ready Node.js GraphQL server for Hapi",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"scripts": {
|
|
|
|
"compile": "tsc",
|
|
|
|
"prepublish": "npm run compile"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-03-26 17:20:44 +03:00
|
|
|
"url": "https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-hapi"
|
2017-07-17 16:29:40 -07:00
|
|
|
},
|
2018-03-26 17:20:44 +03:00
|
|
|
"keywords": [
|
|
|
|
"GraphQL",
|
|
|
|
"Apollo",
|
|
|
|
"Hapi",
|
|
|
|
"Server",
|
|
|
|
"Javascript"
|
|
|
|
],
|
2017-07-17 16:29:40 -07:00
|
|
|
"author": "Jonas Helfer <jonas@helfer.email>",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/apollographql/apollo-server/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/apollographql/apollo-server#readme",
|
|
|
|
"dependencies": {
|
2018-05-10 17:28:06 -07:00
|
|
|
"accept": "^3.0.2",
|
2018-05-22 11:16:59 -07:00
|
|
|
"apollo-server-core": "2.0.0-beta.1",
|
2018-03-28 13:57:11 -07:00
|
|
|
"apollo-server-module-graphiql": "^1.3.4",
|
2018-05-10 17:28:06 -07:00
|
|
|
"boom": "^7.1.0",
|
|
|
|
"graphql-playground-html": "^1.5.6"
|
2017-07-17 16:29:40 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-05-10 17:28:06 -07:00
|
|
|
"@types/hapi": "^17.0.12",
|
2018-04-24 11:35:14 -07:00
|
|
|
"apollo-server-integration-testsuite": "^1.3.6",
|
2018-04-30 08:36:18 +00:00
|
|
|
"hapi": "17.4.0"
|
2017-07-17 16:29:40 -07:00
|
|
|
},
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"typescript": {
|
|
|
|
"definition": "dist/index.d.ts"
|
|
|
|
}
|
|
|
|
}
|