-
-
Notifications
You must be signed in to change notification settings - Fork 128
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 557 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 557 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "cancel-workflow-action",
"version": "0.13.1",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
"build": "ncc build src/index.ts --license LICENSES.txt",
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
"prepare": "husky install"
},
"dependencies": {
"@actions/core": "2.0.2",
"@actions/github": "7.0.0"
},
"devDependencies": {
"@types/node": "22",
"@vercel/ncc": "0.36.1",
"husky": "8.0.3",
"prettier": "2.8.3",
"typescript": "4.9.5"
}
}