forked from csm-actions/securefix-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.06 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.06 KB
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
{
"scripts": {
"build": "ncc build src/index.ts --license LICENSE",
"schema": "ncc build src/generate_schema.ts && node dist/index.js",
"fmt": "prettier -w ."
},
"dependencies": {
"@actions/artifact": "^6.0.0",
"@actions/core": "3.0.0",
"@actions/exec": "^3.0.0",
"@actions/github": "9.0.0",
"@csm-actions/label": "npm:@jsr/csm-actions__label@^0.0.6",
"@csm-actions/securefix-action": "npm:@jsr/csm-actions__securefix-action@^0.1.2",
"@octokit/core": "^7.0.0",
"@octokit/plugin-paginate-graphql": "^6.0.0",
"@suzuki-shunsuke/commit-ts": "npm:@jsr/suzuki-shunsuke__commit-ts@^0.1.10",
"@suzuki-shunsuke/github-app-token": "npm:@jsr/suzuki-shunsuke__github-app-token@^0.0.3",
"@types/json-diff": "^1.0.3",
"glob": "13.0.6",
"js-yaml": "4.1.1",
"tmp": "^0.2.3",
"zod": "^4.0.0"
},
"devDependencies": {
"@types/js-yaml": "4.0.9",
"@types/node": "20.19.35",
"@types/tmp": "0.2.6",
"@vercel/ncc": "0.38.4",
"prettier": "3.8.1",
"ts-node": "10.9.2",
"typescript": "5.9.3"
}
}