mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00

With any luck, we will no longer necessitate our fork which removed the `graphql-config` dependency thanks to the work done in: https://github.com/prisma/graphql-playground/pull/874 🎉 Most notably though, this fixes a documentation scrolling problem with Safari.
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "apollo-server-koa",
|
|
"version": "2.2.3",
|
|
"description": "Production-ready Node.js GraphQL server for Koa",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"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": {
|
|
"@apollographql/apollo-upload-server": "^5.0.3",
|
|
"@apollographql/graphql-playground-html": "^1.6.6",
|
|
"@koa/cors": "^2.2.1",
|
|
"@types/accepts": "^1.3.5",
|
|
"@types/cors": "^2.8.4",
|
|
"@types/koa": "^2.0.46",
|
|
"@types/koa-bodyparser": "^5.0.1",
|
|
"@types/koa-compose": "^3.2.2",
|
|
"@types/koa__cors": "^2.2.1",
|
|
"accepts": "^1.3.5",
|
|
"apollo-server-core": "file:../apollo-server-core",
|
|
"graphql-subscriptions": "^1.0.0",
|
|
"graphql-tools": "^4.0.0",
|
|
"koa": "2.6.2",
|
|
"koa-bodyparser": "^3.0.0",
|
|
"koa-router": "^7.4.0",
|
|
"type-is": "^1.6.16"
|
|
},
|
|
"devDependencies": {
|
|
"apollo-server-integration-testsuite": "file:../apollo-server-integration-testsuite"
|
|
},
|
|
"peerDependencies": {
|
|
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
|
|
}
|
|
}
|