forked from nrwl/nx-set-shas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 784 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
{
"private": true,
"version": "3.0.2",
"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",
"scripts": {
"build": "ncc build find-successful-workflow.js --license licenses.txt",
"prepare": "is-ci || husky install"
},
"bugs": {
"url": "https://github.com/nrwl/nx-set-shas/issues"
},
"engines": {
"node": ">=14"
},
"homepage": "https://github.com/nrwl/nx-set-shas#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@octokit/action": "^4.0.10"
},
"devDependencies": {
"@vercel/ncc": "^0.34.0",
"chalk": "^4.1.2",
"husky": "^8.0.1",
"is-ci": "^3.0.1"
}
}