forked from bugcrowd/ecs-deployment-monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 896 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": "@bugcrowd/ecs-deployment-monitor",
"version": "0.2.5-rc3",
"description": "Monitor an ECS Deployment",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha --recursive",
"cover": "npx nyc npm t"
},
"bin": {
"ecs-deployment-monitor": "./bin/ecs-deployment-monitor"
},
"author": "Coen Hyde",
"license": "MIT",
"devDependencies": {
"aws-sdk-mock": "^4.5.0",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"expect.js": "^0.3.1",
"mocha": "^5.2.0",
"sinon": "^6.3.5",
"stream-buffers": "^3.0.2",
"timekeeper": "^2.2.0"
},
"dependencies": {
"async": "^3.1.0",
"aws-sdk": "^2.587.0",
"colors": "^1.4.0",
"indent": "0.0.2",
"inflection": "^1.12.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"requirize": "^0.2.0",
"winston": "^3.2.1",
"yargs": "^15.0.2"
}
}