-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1.13 KB
/
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
38
39
40
41
42
43
{
"name": "security-requirement-analysis",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prettier": "prettier --write src/",
"watch": "ncc build src/index.ts --watch",
"build": "ncc build src/index.ts --license LICENSE --minify -o dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VeriDevOps/CICD_ARQAN_RQCODE_Github_Actions.git"
},
"keywords": [
"Actions",
"GitHub",
"JavaScript"
],
"author": "Supported by VeriDevOps",
"license": "APL2.0",
"bugs": {
"url": "https://github.com/VeriDevOps/CICD_ARQAN_RQCODE_Github_Actions/issues"
},
"homepage": "https://github.com/VeriDevOps/CICD_ARQAN_RQCODE_Github_Actions#readme",
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/github": "^5.0.3",
"@braintree/sanitize-url": "^6.0.2",
"@vercel/ncc": "^0.33.4",
"axios": "^0.27.2",
"typescript": "^4.7.3"
},
"engines": {
"node": "16.14.0",
"npm": "8.3.1"
},
"devDependencies": {
"@types/node": "^17.0.35",
"prettier": "^2.6.2"
}
}