UNPKG

1.18 kBJSONView Raw
1{
2 "name": "graphql-playground-middleware-koa",
3 "version": "1.6.5",
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.7.8",
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"
31 },
32 "devDependencies": {
33 "@types/node": "9.4.0",
34 "koa": "^2.5.1",
35 "rimraf": "2.6.2",
36 "typescript": "2.6.2"
37 },
38 "typings": "dist/index.d.ts",
39 "typescript": {
40 "definition": "dist/index.d.ts"
41 },
42 "dependencies": {
43 "graphql-playground-html": "1.6.0"
44 }
45}