generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.48 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "wait-for-check-action",
"version": "0.0.0",
"private": true,
"description": "wait for check action",
"keywords": [
"github",
"actions",
"wait",
"check"
],
"homepage": "https://github.com/pentible/wait-for-check-action",
"bugs": {
"url": "https://github.com/pentible/wait-for-check-action/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pentible/wait-for-check-action.git"
},
"license": "MIT",
"author": "",
"type": "module",
"exports": {
".": "./dist/index.js"
},
"scripts": {
"build": "ncc build src/index.ts --license licenses.txt",
"dev": "npm run build -- --watch",
"prepare": "husky install"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "6.0.0"
},
"devDependencies": {
"@pentible/check-package-lock": "0.92.0",
"@pentible/eslint-config": "0.92.0",
"@pentible/eslint-config-node": "0.92.0",
"@pentible/eslint-config-prettier": "0.92.0",
"@pentible/prettier": "0.92.0",
"@pentible/shellcheck-all": "0.92.0",
"@pentible/tsconfig": "0.92.0",
"@types/node": "^20.11.16",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.46.0",
"husky": "8.0.3",
"lint-staged": "13.2.3",
"prettier": "3.0.3",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=20"
}
}