UNPKG

838 BJSONView Raw
1{
2 "name": "graphql-server-koa",
3 "version": "1.3.0",
4 "description": "Production-ready Node.js GraphQL server for Koa",
5 "main": "dist/index.js",
6 "scripts": {
7 "compile": "tsc",
8 "prepublish": "npm run compile"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/apollographql/apollo-server/tree/master/packages/graphql-server-koa"
13 },
14 "keywords": [
15 "GraphQL",
16 "Apollo",
17 "Koa",
18 "Server",
19 "Javascript"
20 ],
21 "author": "Jonas Helfer <jonas@helfer.email>",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/apollographql/apollo-server/issues"
25 },
26 "homepage": "https://github.com/apollographql/apollo-server#readme",
27 "dependencies": {
28 "apollo-server-koa": "^1.3.0"
29 },
30 "typings": "dist/index.d.ts",
31 "typescript": {
32 "definition": "dist/index.d.ts"
33 }
34}