-
Notifications
You must be signed in to change notification settings - Fork 128
/
package.json
37 lines (37 loc) · 830 Bytes
/
package.json
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
34
35
36
37
{
"name": "cis411_lab3",
"version": "0.0.1",
"description": "APM installation and diagnostics.",
"main": "server.js",
"scripts": {
"run": "node server.js",
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tangollama/cis411_lab3.git"
},
"keywords": [
"git",
"github",
"circleci",
"graphql"
],
"author": "Joel Worrall <joel@joelworrall.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tangollama/cis411_lab0/issues"
},
"homepage": "https://github.com/tangollama/cis411_lab0#readme",
"dependencies": {
"apollo-server": "^2.2.2",
"graphql": "^14.0.2",
"lodash.startcase": "^4.4.0",
"lokijs": "^1.5.5",
"newrelic": "^4.9.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"nyc": "^13.1.0"
}
}