apollo-server/packages/graphql-server-restify/package.json
Sashko Stubailo 281392c3f0 Update to graphql@0.12 (#726)
* Update peer deps and tests for 0.12
* v1.3.2
2018-03-13 17:10:37 +02:00

29 lines
840 B
JSON

{
"name": "graphql-server-restify",
"version": "1.3.2",
"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/apollographql/apollo-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/apollographql/apollo-server/issues"
},
"homepage": "https://github.com/apollographql/apollo-server#readme",
"dependencies": {
"apollo-server-restify": "^1.3.2"
},
"typings": "dist/index.d.ts",
"typescript": {
"definition": "dist/index.d.ts"
}
}