mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "apollo-server-koa",
|
|
"version": "1.3.1",
|
|
"description": "Production-ready Node.js GraphQL server for Koa",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"compile": "tsc",
|
|
"prepublish": "npm run compile"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url":
|
|
"https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-koa"
|
|
},
|
|
"keywords": ["GraphQL", "Apollo", "Koa", "Server", "Javascript"],
|
|
"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": {
|
|
"apollo-server-core": "^1.3.1",
|
|
"apollo-server-module-graphiql": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/graphql": "0.11.7",
|
|
"@types/koa": "2.0.44",
|
|
"@types/koa-bodyparser": "3.0.26",
|
|
"@types/koa-router": "7.0.27",
|
|
"apollo-server-integration-testsuite": "^1.3.1",
|
|
"koa": "2.4.1",
|
|
"koa-bodyparser": "4.2.0",
|
|
"koa-router": "7.4.0"
|
|
},
|
|
"typings": "dist/index.d.ts",
|
|
"typescript": {
|
|
"definition": "dist/index.d.ts"
|
|
}
|
|
}
|