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"
},
"engines": {
"node": ">=20"
"node": ">=21"
},
"scripts": {
"bundle": "npm run format:write && npm run package",
"format:write": "prettier --write **/*.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:watch": "npm run package -- --watch",
"test": "jest",
@@ -36,7 +36,7 @@
},
"license": "MIT",
"eslintConfig": {
"extends": "./.github/linters/.eslintrc.yml"
"extends": "./.github/linters/eslint.config.js"
},
"jest": {
"verbose": true,