2016-10-24 11:04:18 -07:00
|
|
|
{
|
|
|
|
"name": "graphql-server-restify",
|
2018-03-13 08:10:37 -07:00
|
|
|
"version": "1.3.2",
|
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",
|
2018-01-09 00:08:01 +01:00
|
|
|
"url":
|
|
|
|
"https://github.com/apollographql/apollo-server/tree/master/packages/graphql-server-restify"
|
2016-10-24 11:04:18 -07:00
|
|
|
},
|
2018-01-09 00:08:01 +01:00
|
|
|
"keywords": ["GraphQL", "Apollo", "Server", "Restify", "Javascript"],
|
2016-10-24 11:04:18 -07:00
|
|
|
"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": {
|
2018-03-13 08:10:37 -07:00
|
|
|
"apollo-server-restify": "^1.3.2"
|
2016-10-24 11:04:18 -07:00
|
|
|
},
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"typescript": {
|
|
|
|
"definition": "dist/index.d.ts"
|
|
|
|
}
|
|
|
|
}
|