-
Notifications
You must be signed in to change notification settings - Fork 143
/
package.json
37 lines (37 loc) · 961 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": "aws-actions-amazon-ecs-render-task-definition",
"version": "1.6.0",
"description": "Render Amazon ECS task definition file",
"main": "index.js",
"scripts": {
"lint": "eslint **.js",
"package": "ncc build index.js -o dist",
"test": "eslint **.js && jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aws-actions/amazon-ecs-render-task-definition.git"
},
"keywords": [
"AWS",
"GitHub",
"Actions",
"JavaScript"
],
"author": "AWS",
"license": "MIT",
"bugs": {
"url": "https://github.com/aws-actions/amazon-ecs-render-task-definition/issues"
},
"homepage": "https://github.com/aws-actions/amazon-ecs-render-task-definition#readme",
"dependencies": {
"@actions/core": "^1.11.1",
"@aws-sdk/client-ecs": "^3.667.0",
"tmp": "^0.2.3"
},
"devDependencies": {
"@vercel/ncc": "^0.38.2",
"eslint": "^9.14.0",
"jest": "^29.7.0"
}
}