-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
37 lines (37 loc) · 919 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.3.5",
"description": "Monitor an ECS Deployment",
"main": "index.js",
"scripts": {
"test": "mocha --recursive",
"cover": "nyc npm t"
},
"bin": {
"ecs-deployment-monitor": "./bin/ecs-deployment-monitor"
},
"author": "Coen Hyde",
"license": "MIT",
"devDependencies": {
"aws-sdk-client-mock": "^4.0.1",
"eslint": "^9.8.0",
"eslint-config-google": "^0.14.0",
"expect.js": "^0.3.1",
"mocha": "^10.2.0",
"nyc": "^17.0.0",
"sinon": "^18.0.0",
"stream-buffers": "^3.0.2",
"timekeeper": "^2.2.0"
},
"dependencies": {
"@aws-sdk/client-ecs": "^3.454.0",
"@aws-sdk/client-elastic-load-balancing-v2": "^3.454.0",
"async": "^3.1.0",
"colors": "^1.4.0",
"indent": "0.0.2",
"inflection": "^3.0.0",
"moment": "^2.24.0",
"winston": "^3.2.1",
"yargs": "^17.7.2"
}
}