UNPKG

1.18 kBJSONView Raw
1{
2 "name": "graphql-playground-middleware-koa",
3 "version": "1.6.0",
4 "homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-koa",
5 "description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
6 "contributors": [
7 "Tim Suchanek <tim@graph.cool>",
8 "Johannes Schickling <johannes@graph.cool>",
9 "Mohammad Rajabifard <mo.rajbi@gmail.com>"
10 ],
11 "repository": "http://github.com/graphcool/graphql-playground.git",
12 "license": "SEE LICENSE IN LICENSE",
13 "main": "dist/index.js",
14 "files": [
15 "dist"
16 ],
17 "playgroundVersion": "1.6.7",
18 "scripts": {
19 "build": "rimraf dist && tsc",
20 "prepare": "npm run build"
21 },
22 "keywords": [
23 "graphql",
24 "graphiql",
25 "playground",
26 "graphcool",
27 "koa"
28 ],
29 "peerDependencies": {
30 "koa": "^2.3.0"
31 },
32 "devDependencies": {
33 "@types/node": "9.4.0",
34 "rimraf": "2.6.2",
35 "typescript": "2.6.2"
36 },
37 "typings": "dist/index.d.ts",
38 "typescript": {
39 "definition": "dist/index.d.ts"
40 },
41 "dependencies": {
42 "graphql-playground-html": "1.5.4",
43 "koa": "^2.4.1"
44 }
45}