generated from remarkablemark/github-actions-setup-cli-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.36 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
{
"name": "setup-butler",
"version": "1.0.3",
"description": "Set up GitHub Actions workflow with itch.io butler",
"author": "Mark <[email protected]>",
"main": "src/index.ts",
"scripts": {
"build": "ncc build --minify",
"build:watch": "tsc --watch",
"clean": "rm -rf coverage dist",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"lint:tsc": "tsc --noEmit",
"prepare": "husky",
"test": "jest",
"test:ci": "CI=true jest --ci --colors --coverage",
"test:watch": "jest --watch"
},
"dependencies": {
"@actions/core": "1.11.1",
"@actions/tool-cache": "2.0.1"
},
"devDependencies": {
"@commitlint/cli": "19.6.0",
"@commitlint/config-conventional": "19.6.0",
"@eslint/compat": "1.2.4",
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.16.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"@vercel/ncc": "^0.38.3",
"eslint": "9.16.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-tsdoc": "0.4.0",
"globals": "15.13.0",
"husky": "9.1.7",
"jest": "29.7.0",
"lint-staged": "15.2.11",
"prettier": "3.4.2",
"ts-jest": "29.2.5",
"typescript": "5.7.2"
},
"private": true,
"license": "MIT"
}