forked from nrwl/nx-set-shas
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
33 lines (33 loc) · 944 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
{
"private": true,
"version": "4.0.1",
"license": "MIT",
"description": "This package.json is here purely to control the version of the Action, in combination with https://github.com/JamesHenry/publish-shell-action",
"name": "actions-nx-set-shas",
"scripts": {
"build": "ncc build find-successful-workflow.ts --license licenses.txt",
"prepare": "is-ci || husky install"
},
"bugs": {
"url": "https://github.com/nrwl/nx-set-shas/issues"
},
"engines": {
"node": ">=18.20.4"
},
"homepage": "https://github.com/nrwl/nx-set-shas#readme",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^5.1.1",
"@octokit/action": "^6.1.0",
"https-proxy-agent": "7.0.4",
"proxy-from-env": "1.1.0"
},
"devDependencies": {
"@types/node": "^22.8.2",
"@vercel/ncc": "^0.38.1",
"chalk": "^5.3.0",
"husky": "^9.1.5",
"is-ci": "^3.0.1",
"typescript": "^5.5.4"
}
}