forked from aws-actions/amazon-ecs-render-task-definition
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 925 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
{
"name": "aws-actions-amazon-ecs-render-task-definition",
"version": "1.2.0",
"description": "Render Amazon ECS task definition file",
"main": "index.js",
"scripts": {
"lint": "eslint **.cjs",
"package": "ncc build index.cjs -o dist",
"test": "eslint **.cjs && 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.10.1",
"tmp": "^0.2.1"
},
"devDependencies": {
"@vercel/ncc": "^0.38.1",
"eslint": "^8.53.0",
"jest": "^29.7.0"
}
}