2018-07-07 04:52:56 +08:00
|
|
|
{
|
|
|
|
"name": "apollo-server-koa",
|
2018-09-05 17:33:16 +02:00
|
|
|
"version": "2.0.6",
|
2018-07-07 04:52:56 +08:00
|
|
|
"description": "Production-ready Node.js GraphQL server for Koa",
|
|
|
|
"main": "dist/index.js",
|
2018-08-01 10:13:16 +02:00
|
|
|
"types": "dist/index.d.ts",
|
2018-07-07 04:52:56 +08:00
|
|
|
"scripts": {
|
2018-08-11 00:02:10 +02:00
|
|
|
"clean": "rm -rf dist",
|
2018-07-07 04:52:56 +08:00
|
|
|
"compile": "tsc",
|
2018-08-11 00:02:10 +02:00
|
|
|
"prepare": "npm run clean && npm run compile"
|
2018-07-07 04:52:56 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-koa"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"GraphQL",
|
|
|
|
"Apollo",
|
|
|
|
"Server",
|
|
|
|
"Koa",
|
|
|
|
"Javascript"
|
|
|
|
],
|
|
|
|
"author": "opensource@apollographql.com",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/apollographql/apollo-server/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/apollographql/apollo-server#readme",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=6"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-08-20 14:17:37 -07:00
|
|
|
"@apollographql/apollo-upload-server": "^5.0.3",
|
2018-07-07 04:52:56 +08:00
|
|
|
"@apollographql/graphql-playground-html": "^1.6.0",
|
2018-07-09 19:32:59 -07:00
|
|
|
"@koa/cors": "^2.2.1",
|
2018-07-07 04:52:56 +08:00
|
|
|
"@types/accepts": "^1.3.5",
|
|
|
|
"@types/cors": "^2.8.4",
|
|
|
|
"@types/koa": "^2.0.46",
|
2018-07-12 06:00:16 +08:00
|
|
|
"@types/koa-bodyparser": "^5.0.1",
|
2018-07-07 04:52:56 +08:00
|
|
|
"@types/koa-compose": "^3.2.2",
|
|
|
|
"@types/koa__cors": "^2.2.1",
|
|
|
|
"accepts": "^1.3.5",
|
2018-08-10 23:41:21 +02:00
|
|
|
"apollo-server-core": "file:../apollo-server-core",
|
2018-07-07 04:52:56 +08:00
|
|
|
"graphql-subscriptions": "^0.5.8",
|
|
|
|
"graphql-tools": "^3.0.4",
|
2018-07-14 04:11:38 +00:00
|
|
|
"koa": "2.5.2",
|
2018-07-07 04:52:56 +08:00
|
|
|
"koa-bodyparser": "^3.0.0",
|
|
|
|
"koa-router": "^7.4.0",
|
|
|
|
"type-is": "^1.6.16"
|
|
|
|
},
|
2018-09-03 14:42:05 +02:00
|
|
|
"devDependencies": {
|
|
|
|
"apollo-server-integration-testsuite": "file:../apollo-server-integration-testsuite"
|
|
|
|
},
|
2018-07-07 04:52:56 +08:00
|
|
|
"peerDependencies": {
|
|
|
|
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
|
2018-08-01 10:13:16 +02:00
|
|
|
}
|
2018-07-07 04:52:56 +08:00
|
|
|
}
|