forked from orcasecurity/shiftleft-iac-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 881 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": "shiftleft-iac-action",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "ncc build src/main.js",
"lint": "npx prettier --check . && npx eslint .",
"lint:fix": "npx prettier --list-different --write . && npx eslint . --fix",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/orcasecurity/shiftleft-iac-action.git"
},
"keywords": [],
"author": "",
"bugs": {
"url": "https://github.com/orcasecurity/shiftleft-iac-action/issues"
},
"homepage": "https://github.com/orcasecurity/shiftleft-iac-action#readme",
"dependencies": {
"@actions/core": "^1.11.1"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/jest": "^29.5.0",
"@vercel/ncc": "^0.38.3",
"eslint": "^9.15.0",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"prettier": "^3.3.3"
}
}