UNPKG

885 BJSONView Raw
1{
2 "name": "graphql-server-express",
3 "version": "1.4.1",
4 "description": "Production-ready Node.js GraphQL server for Express and Connect",
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/graphql-server-express"
13 },
14 "keywords": [
15 "GraphQL",
16 "Apollo",
17 "Server",
18 "Express",
19 "Connect",
20 "Javascript"
21 ],
22 "author": "Jonas Helfer <jonas@helfer.email>",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/apollographql/apollo-server/issues"
26 },
27 "homepage": "https://github.com/apollographql/apollo-server#readme",
28 "dependencies": {
29 "apollo-server-express": "^1.4.0"
30 },
31 "typings": "dist/index.d.ts",
32 "typescript": {
33 "definition": "dist/index.d.ts"
34 }
35}