UNPKG

1.2 kBJSONView Raw
1{
2 "name": "graphql-playground-middleware-express",
3 "version": "1.7.23",
4 "homepage": "https://github.com/graphcool/graphql-playground/tree/main/packages/graphql-playground-middleware-express",
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": "MIT",
13 "main": "dist/index.js",
14 "files": [
15 "dist"
16 ],
17 "scripts": {
18 "build": "rimraf dist && tsc",
19 "prepare": "npm run build"
20 },
21 "keywords": [
22 "graphql",
23 "graphiql",
24 "playground",
25 "graphcool"
26 ],
27 "peerDependencies": {
28 "express": "^4.16.2"
29 },
30 "devDependencies": {
31 "@types/node": "12.12.34",
32 "express": "^4.17.1",
33 "rimraf": "3.0.2",
34 "typescript": "3.8.3"
35 },
36 "dependencies": {
37 "graphql-playground-html": "^1.6.30"
38 },
39 "typings": "dist/index.d.ts",
40 "typescript": {
41 "definition": "dist/index.d.ts"
42 },
43 "gitHead": "220a7c19030fe15fc309082c3163b109a72a1551"
44}