-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 887 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
{
"name": "github-action-create-ecr-repo-if-missing",
"version": "1.0.0",
"description": "Create ECR Repo if Missing",
"main": "index.js",
"scripts": {
"lint": "npx standard index.js",
"package": "npx ncc build index.js -m -o dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/byu-oit/github-action-create-ecr-repo-if-missing.git"
},
"keywords": [
"GitHub",
"Actions",
"JavaScript"
],
"author": "Gary Crye <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/byu-oit/github-action-create-ecr-repo-if-missing/issues"
},
"homepage": "https://github.com/byu-oit/github-action-create-ecr-repo-if-missing#readme",
"dependencies": {
"@actions/core": "^1.9.1",
"aws-sdk": "^2.814.0"
},
"devDependencies": {
"@zeit/ncc": "^0.22.1",
"standard": "^17.0.0"
}
}