2016-10-24 11:04:18 -07:00
|
|
|
{
|
|
|
|
"name": "graphql-server-restify",
|
2017-06-15 21:37:19 -07:00
|
|
|
"version": "0.8.5",
|
2016-10-24 11:04:18 -07:00
|
|
|
"description": "Production-ready Node.js GraphQL server for Restify",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"scripts": {
|
|
|
|
"compile": "tsc",
|
|
|
|
"prepublish": "npm run compile"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/apollostack/graphql-server/tree/master/packages/graphql-server-restify"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"GraphQL",
|
|
|
|
"Apollo",
|
|
|
|
"Server",
|
|
|
|
"Restify",
|
|
|
|
"Javascript"
|
|
|
|
],
|
|
|
|
"author": "Jonas Helfer <jonas@helfer.email>",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/apollostack/graphql-server/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/apollostack/graphql-server#readme",
|
|
|
|
"dependencies": {
|
2017-06-15 21:37:19 -07:00
|
|
|
"graphql-server-core": "^0.8.5",
|
|
|
|
"graphql-server-module-graphiql": "^0.8.5"
|
2016-10-24 11:04:18 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-05-30 18:16:37 -07:00
|
|
|
"@types/restify": "^4.3.2",
|
2017-06-15 21:37:19 -07:00
|
|
|
"graphql-server-integration-testsuite": "^0.8.5",
|
2017-04-09 03:03:40 +03:00
|
|
|
"restify": "^4.3.0"
|
2016-10-24 11:04:18 -07:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2017-05-28 20:07:06 +03:00
|
|
|
"graphql": "^0.9.0 || ^0.10.1"
|
2016-10-24 11:04:18 -07:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2017-05-30 18:16:37 -07:00
|
|
|
"@types/graphql": "^0.9.1",
|
|
|
|
"@types/restify": "^4.3.2"
|
2016-10-24 11:04:18 -07:00
|
|
|
},
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"typescript": {
|
|
|
|
"definition": "dist/index.d.ts"
|
|
|
|
}
|
|
|
|
}
|