2017-07-17 16:29:40 -07:00
|
|
|
{
|
|
|
|
"name": "apollo-server-koa",
|
2018-06-11 18:45:23 -07:00
|
|
|
"version": "2.0.0-beta.7",
|
2017-07-17 16:29:40 -07:00
|
|
|
"description": "Production-ready Node.js GraphQL server for Koa",
|
|
|
|
"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-koa"
|
2017-07-17 16:29:40 -07:00
|
|
|
},
|
2018-03-26 17:20:44 +03:00
|
|
|
"keywords": [
|
|
|
|
"GraphQL",
|
|
|
|
"Apollo",
|
|
|
|
"Koa",
|
|
|
|
"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": {
|
|
|
|
"node": ">=8"
|
|
|
|
},
|
2017-07-17 16:29:40 -07:00
|
|
|
"dependencies": {
|
2018-06-11 18:45:23 -07:00
|
|
|
"apollo-server-core": "^2.0.0-beta.7",
|
2018-06-11 15:54:01 -07:00
|
|
|
"apollo-server-module-graphiql": "^2.0.0-beta.6"
|
2017-07-17 16:29:40 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-04-08 03:51:36 +00:00
|
|
|
"@types/koa": "2.0.45",
|
2018-03-12 21:00:55 +02:00
|
|
|
"@types/koa-bodyparser": "4.2.0",
|
2018-04-25 09:01:26 +00:00
|
|
|
"@types/koa-router": "7.0.28",
|
2018-06-11 18:45:23 -07:00
|
|
|
"apollo-server-integration-testsuite": "^2.0.0-beta.7",
|
2018-04-27 09:03:21 +00:00
|
|
|
"koa": "2.5.1",
|
2017-08-24 05:27:05 +00:00
|
|
|
"koa-bodyparser": "4.2.0",
|
2018-01-30 12:43:44 +00:00
|
|
|
"koa-router": "7.4.0"
|
2017-07-17 16:29:40 -07:00
|
|
|
},
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"typescript": {
|
|
|
|
"definition": "dist/index.d.ts"
|
|
|
|
}
|
|
|
|
}
|