1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action synced 2026-02-18 09:31:19 +01:00

Update package.json

This commit is contained in:
Minionguyjpro
2025-06-07 18:06:11 +02:00
committed by GitHub
parent 7c668b985a
commit 233e1b64ff

View File

@@ -22,13 +22,13 @@
".": "./dist/index.js" ".": "./dist/index.js"
}, },
"engines": { "engines": {
"node": ">=20" "node": ">=21"
}, },
"scripts": { "scripts": {
"bundle": "npm run format:write && npm run package", "bundle": "npm run format:write && npm run package",
"format:write": "prettier --write **/*.js", "format:write": "prettier --write **/*.js",
"format:check": "prettier --check **/*.js", "format:check": "prettier --check **/*.js",
"lint": "npx eslint . -c ./.github/linters/.eslintrc.yml", "lint": "npx eslint . -c ./.github/linters/eslint.config.js",
"package": "ncc build src/index.js --license licenses.txt", "package": "ncc build src/index.js --license licenses.txt",
"package:watch": "npm run package -- --watch", "package:watch": "npm run package -- --watch",
"test": "jest", "test": "jest",
@@ -36,7 +36,7 @@
}, },
"license": "MIT", "license": "MIT",
"eslintConfig": { "eslintConfig": {
"extends": "./.github/linters/.eslintrc.yml" "extends": "./.github/linters/eslint.config.js"
}, },
"jest": { "jest": {
"verbose": true, "verbose": true,