-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 968 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 968 Bytes
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
{
"name": "wait-on-action",
"private": true,
"version": "0.0.0",
"description": "",
"author": "iFaxity (christian@faxity.se)",
"license": "MIT",
"main": "dist/main.js",
"scripts": {
"build": "ncc build src/main.ts -o dist",
"prettier": "prettier --check .",
"format": "prettier --write .",
"prepare": "husky"
},
"dependencies": {
"@actions/core": "1.11.1",
"wait-on": "7.2.0"
},
"devDependencies": {
"@commitlint/cli": "20.4.0",
"@commitlint/config-conventional": "20.3.1",
"@ianvs/prettier-plugin-sort-imports": "4.7.1",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@types/node": "25.2.2",
"@types/wait-on": "5.3.4",
"@vercel/ncc": "0.38.4",
"husky": "9.1.7",
"lint-staged": "16.2.7",
"prettier": "3.8.1",
"typescript": "5.9.3"
},
"packageManager": "pnpm@9.0.5+sha256.61bd66913b52012107ec25a6ee4d6a161021ab99e04f6acee3aa50d0e34b4af9"
}