forked from trussworks/ecs-scaledown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 799 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
{
"name": "github-action-ecs-scale",
"version": "1.2.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint src/main/**.js",
"package": "ncc build src/main/index.js -o dist",
"test": "npm run lint && jest --coverage --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zachelrath/github-action-ecs-scale.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zachelrath/github-action-ecs-scale/issues"
},
"homepage": "https://github.com/zachelrath/github-action-ecs-scale#readme",
"devDependencies": {
"@vercel/ncc": "^0.29.1",
"eslint": "^7.32.0",
"jest": "^27.0.6"
},
"dependencies": {
"@actions/core": "^1.4.0",
"aws-sdk": "^2.969.0"
}
}