-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
42 lines (42 loc) · 993 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
38
39
40
41
42
{
"name": "@greenkeeper/changes",
"version": "0.0.0-placeholder",
"dependencies": {
"@npmcorp/changes-stream": "^1.0.0",
"amqplib": "^0.5.1",
"envalid": "^4.0.0",
"hot-shots": "^5.0.0",
"lodash": "^4.16.2",
"normalize-registry-metadata": "^1.1.2",
"redis": "^2.6.2",
"request": "^2.75.0",
"rollbar": "^2.3.9"
},
"devDependencies": {
"nock": "^10.0.0",
"nyc": "^14.0.2",
"proxyquire": "^2.0.0",
"redis-mock": "^0.22.0",
"standard": "^12.0.1",
"tap": "^14.0.0"
},
"engines": {
"node": "8"
},
"license": "Apache-2.0",
"publishConfig": {
"access": "restricted"
},
"repository": {
"type": "git",
"url": "git+https://github.com/greenkeeperio/changes.git"
},
"scripts": {
"deploy": "./deploy",
"install": "npm prune",
"mq:start": "./start-amqp",
"pretest": "standard && npm run mq:start && sleep 10s",
"start": "DEBUG=follow node index.js",
"test": "nyc tap ./test"
}
}