2017-07-17 16:29:40 -07:00
|
|
|
{
|
|
|
|
"name": "apollo-server-core",
|
2017-12-18 07:34:48 +01:00
|
|
|
"version": "1.3.1",
|
2017-07-17 16:29:40 -07:00
|
|
|
"description": "Core engine for Apollo GraphQL server",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"scripts": {
|
|
|
|
"compile": "tsc",
|
2017-10-23 19:01:02 -07:00
|
|
|
"watch": "tsc -w",
|
2017-07-17 16:29:40 -07:00
|
|
|
"prepublish": "npm run compile"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-01-09 00:08:01 +01:00
|
|
|
"url":
|
|
|
|
"https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-core"
|
2017-07-17 16:29:40 -07:00
|
|
|
},
|
2018-01-09 00:08:01 +01:00
|
|
|
"keywords": ["GraphQL", "Apollo", "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",
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/fibers": "0.0.29",
|
2017-12-12 19:32:57 +00:00
|
|
|
"@types/graphql": "0.11.7",
|
2017-08-24 05:27:05 +00:00
|
|
|
"fibers": "1.0.15",
|
2017-10-23 19:01:02 -07:00
|
|
|
"meteor-promise": "0.8.6",
|
2017-12-09 13:28:26 +00:00
|
|
|
"typescript": "2.6.2"
|
2017-07-17 16:29:40 -07:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2017-10-02 13:39:31 +02:00
|
|
|
"graphql": "^0.9.0 || ^0.10.0 || ^0.11.0"
|
2017-07-17 16:29:40 -07:00
|
|
|
},
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"typescript": {
|
|
|
|
"definition": "dist/index.d.ts"
|
2017-08-09 16:57:17 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-10-23 20:55:03 -07:00
|
|
|
"apollo-cache-control": "^0.0.x",
|
2017-10-23 19:01:02 -07:00
|
|
|
"apollo-tracing": "^0.1.0",
|
2017-10-23 20:55:03 -07:00
|
|
|
"graphql-extensions": "^0.0.x"
|
2017-07-17 16:29:40 -07:00
|
|
|
}
|
|
|
|
}
|