2017-07-17 16:29:40 -07:00
|
|
|
{
|
|
|
|
"name": "apollo-server-koa",
|
2017-12-18 07:34:48 +01:00
|
|
|
"version": "1.3.1",
|
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-01-09 00:08:01 +01:00
|
|
|
"url":
|
|
|
|
"https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-koa"
|
2017-07-17 16:29:40 -07:00
|
|
|
},
|
2018-01-09 00:08:01 +01: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",
|
|
|
|
"dependencies": {
|
2017-12-18 07:34:48 +01:00
|
|
|
"apollo-server-core": "^1.3.1",
|
2017-12-12 09:45:49 +01:00
|
|
|
"apollo-server-module-graphiql": "^1.3.0"
|
2017-07-17 16:29:40 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-12-12 19:32:57 +00:00
|
|
|
"@types/graphql": "0.11.7",
|
2018-02-07 07:01:13 +00:00
|
|
|
"@types/koa": "2.0.44",
|
2017-12-12 12:25:24 +00:00
|
|
|
"@types/koa-bodyparser": "3.0.26",
|
2017-12-12 14:45:16 +00:00
|
|
|
"@types/koa-router": "7.0.27",
|
2017-12-18 07:34:48 +01:00
|
|
|
"apollo-server-integration-testsuite": "^1.3.1",
|
2017-12-12 16:33:04 +00:00
|
|
|
"koa": "2.4.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"
|
|
|
|
}
|
|
|
|
}
|