2016-10-24 11:04:18 -07:00
|
|
|
{
|
|
|
|
"name": "graphql-server-restify",
|
2017-12-18 07:34:48 +01:00
|
|
|
"version": "1.3.1",
|
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",
|
2017-07-17 16:29:40 -07:00
|
|
|
"url": "https://github.com/apollographql/apollo-server/tree/master/packages/graphql-server-restify"
|
2016-10-24 11:04:18 -07:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"GraphQL",
|
|
|
|
"Apollo",
|
|
|
|
"Server",
|
|
|
|
"Restify",
|
|
|
|
"Javascript"
|
|
|
|
],
|
|
|
|
"author": "Jonas Helfer <jonas@helfer.email>",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2017-07-17 16:29:40 -07:00
|
|
|
"url": "https://github.com/apollographql/apollo-server/issues"
|
2016-10-24 11:04:18 -07:00
|
|
|
},
|
2017-07-17 16:29:40 -07:00
|
|
|
"homepage": "https://github.com/apollographql/apollo-server#readme",
|
2016-10-24 11:04:18 -07:00
|
|
|
"dependencies": {
|
2017-12-18 07:34:48 +01:00
|
|
|
"apollo-server-restify": "^1.3.1"
|
2016-10-24 11:04:18 -07:00
|
|
|
},
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"typescript": {
|
|
|
|
"definition": "dist/index.d.ts"
|
|
|
|
}
|
|
|
|
}
|