2017-07-17 16:29:40 -07:00
|
|
|
{
|
|
|
|
"name": "apollo-server-hapi",
|
2018-07-19 12:49:55 -07:00
|
|
|
"version": "2.0.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",
|
2018-06-11 13:21:51 +02:00
|
|
|
"engines": {
|
2018-06-13 14:56:09 -07:00
|
|
|
"node": ">=6"
|
2018-06-11 13:21:51 +02:00
|
|
|
},
|
2017-07-17 16:29:40 -07:00
|
|
|
"dependencies": {
|
2018-06-29 11:27:36 -07:00
|
|
|
"@apollographql/graphql-playground-html": "^1.6.0",
|
2018-05-10 17:28:06 -07:00
|
|
|
"accept": "^3.0.2",
|
2018-07-19 12:49:55 -07:00
|
|
|
"apollo-server-core": "2.0.0",
|
2018-05-29 15:58:52 -07:00
|
|
|
"apollo-upload-server": "^5.0.0",
|
2018-05-10 17:28:06 -07:00
|
|
|
"boom": "^7.1.0",
|
2018-06-27 16:09:38 -03:00
|
|
|
"graphql-subscriptions": "^0.5.8",
|
|
|
|
"graphql-tools": "^3.0.4"
|
2017-07-17 16:29:40 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-07-16 09:56:51 -07:00
|
|
|
"@types/hapi": "17.0.15",
|
2018-07-19 12:49:55 -07:00
|
|
|
"apollo-server-integration-testsuite": "2.0.0",
|
2018-07-14 02:12:42 +00:00
|
|
|
"hapi": "17.5.2"
|
2017-07-17 16:29:40 -07:00
|
|
|
},
|
2018-06-22 19:55:08 -03:00
|
|
|
"peerDependencies": {
|
|
|
|
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
|
|
|
|
},
|
2017-07-17 16:29:40 -07:00
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"typescript": {
|
|
|
|
"definition": "dist/index.d.ts"
|
|
|
|
}
|
|
|
|
}
|