UNPKG

788 BJSONView Raw
1{
2 "name": "apollo-server-module-graphiql",
3 "version": "1.4.0",
4 "description": "GraphiQL renderer for Apollo GraphQL Server",
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/apollo-server-module-graphiql"
13 },
14 "keywords": [
15 "GraphQL",
16 "GraphiQL",
17 "Apollo",
18 "Javascript"
19 ],
20 "author": "Jonas Helfer <jonas@helfer.email>",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/apollographql/apollo-server/issues"
24 },
25 "homepage": "https://github.com/apollographql/apollo-server#readme",
26 "typings": "dist/index.d.ts",
27 "typescript": {
28 "definition": "dist/index.d.ts"
29 }
30}