{ "name": "graphql-playground-middleware-koa", "version": "1.6.22", "homepage": "https://github.com/graphcool/graphql-playground/tree/main/packages/graphql-playground-middleware-koa", "description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).", "contributors": [ "Tim Suchanek ", "Johannes Schickling ", "Mohammad Rajabifard " ], "repository": "http://github.com/graphcool/graphql-playground.git", "license": "MIT", "main": "dist/index.js", "files": [ "dist" ], "scripts": { "build": "rimraf dist && tsc", "prepare": "npm run build" }, "keywords": [ "graphql", "graphiql", "playground", "graphcool", "koa" ], "peerDependencies": { "koa": "^2" }, "devDependencies": { "@types/node": "12.12.34", "koa": "^2.11.0", "rimraf": "3.0.2", "typescript": "3.8.3" }, "typings": "dist/index.d.ts", "typescript": { "definition": "dist/index.d.ts" }, "dependencies": { "graphql-playground-html": "^1.6.30" }, "gitHead": "220a7c19030fe15fc309082c3163b109a72a1551" }