forked from kesne/apollo-restify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 816 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "apollo-restify",
"version": "0.0.9",
"description": "An Apollo Server middleware implementation for restify.",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"postpublish": "git push && git push --tags"
},
"keywords": [
"Apollo",
"Server",
"restify",
"middleware"
],
"author": "Jordan Gensler <jordangens@gmail.com>",
"license": "MIT",
"dependencies": {
"@apollographql/graphql-playground-html": "^1.6.6",
"accept": "^3.1.3",
"apollo-server-core": "^2.4.8",
"graphql-subscriptions": "^1.1.0",
"graphql-tools": "^4.0.4"
},
"devDependencies": {
"@types/accept": "^3.1.1",
"@types/graphql": "^14.2.0",
"@types/restify": "^7.2.9",
"restify": "^8.3.0",
"typescript": "^3.4.3"
}
}