-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 971 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 971 Bytes
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": "veracode-fix-annotations",
"version": "0.0.1",
"description": "generate annotations for flaws based on Veracode-Fix",
"main": "index.js",
"scripts": {
"build": "ncc build src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Julian Totzek-Hallhuber",
"license": "MIT",
"dependencies": {
"@actions/artifact": "^2.1.4",
"@actions/core": "^1.10.1",
"@octokit/rest": "^20.1.0",
"diff": "^5.2.0",
"form-data": "^4.0.5",
"fs": "^0.0.1-security",
"fs-extra": "^11.3.3",
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.6",
"octokit": "^3.2.0",
"sjcl": "^1.0.8",
"tar": "^6.2.1",
"tar-stream": "^3.1.7",
"typescript": "^5.9.3"
},
"devDependencies": {
"@types/diff": "^5.2.1",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.30",
"@types/sjcl": "^1.0.34",
"@types/tar": "^6.1.13",
"@types/tar-stream": "^3.1.4"
}
}