mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
29 lines
840 B
JSON
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"
|
|
}
|
|
}
|