2016-10-03 23:13:08 +03:00
|
|
|
{
|
2016-10-18 09:36:07 +03:00
|
|
|
"name": "graphql-server-express",
|
2017-01-07 12:09:47 +08:00
|
|
|
"version": "0.4.4",
|
2016-10-22 16:48:45 -07:00
|
|
|
"description": "Production-ready Node.js GraphQL server for Express and Connect",
|
2016-10-03 23:13:08 +03:00
|
|
|
"main": "dist/index.js",
|
|
|
|
"scripts": {
|
|
|
|
"compile": "tsc",
|
|
|
|
"prepublish": "npm run compile"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-10-18 09:36:07 +03:00
|
|
|
"url": "https://github.com/apollostack/graphql-server/tree/master/packages/graphql-server-express"
|
2016-10-03 23:13:08 +03:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"GraphQL",
|
|
|
|
"Apollo",
|
|
|
|
"Server",
|
|
|
|
"Express",
|
|
|
|
"Connect",
|
|
|
|
"Javascript"
|
|
|
|
],
|
|
|
|
"author": "Jonas Helfer <jonas@helfer.email>",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2016-10-18 09:36:07 +03:00
|
|
|
"url": "https://github.com/apollostack/graphql-server/issues"
|
2016-10-03 23:13:08 +03:00
|
|
|
},
|
2016-10-18 09:36:07 +03:00
|
|
|
"homepage": "https://github.com/apollostack/graphql-server#readme",
|
2016-10-03 23:13:08 +03:00
|
|
|
"dependencies": {
|
2017-01-07 12:09:47 +08:00
|
|
|
"graphql-server-core": "^0.4.4",
|
|
|
|
"graphql-server-module-graphiql": "^0.4.4"
|
2016-10-03 23:13:08 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/body-parser": "0.0.33",
|
|
|
|
"@types/connect": "^3.4.30",
|
2016-10-06 14:05:48 +03:00
|
|
|
"@types/express": "^4.0.33",
|
2016-10-03 23:13:08 +03:00
|
|
|
"@types/multer": "0.0.32",
|
2017-01-07 12:09:47 +08:00
|
|
|
"graphql-server-integration-testsuite": "^0.4.4",
|
2016-10-03 23:13:08 +03:00
|
|
|
"body-parser": "^1.15.2",
|
|
|
|
"connect": "^3.4.1",
|
|
|
|
"express": "^4.14.0",
|
|
|
|
"multer": "^1.2.0",
|
|
|
|
"typed-graphql": "^1.0.2"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2016-12-07 21:01:01 +02:00
|
|
|
"graphql": "^0.6.1 || ^0.7.0 || ^0.8.0"
|
2016-10-03 23:13:08 +03:00
|
|
|
},
|
2016-10-06 14:05:48 +03:00
|
|
|
"optionalDependencies": {
|
|
|
|
"@types/express": "^4.0.33"
|
|
|
|
},
|
2016-10-03 23:13:08 +03:00
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"typescript": {
|
|
|
|
"definition": "dist/index.d.ts"
|
|
|
|
}
|
|
|
|
}
|