action-demo/package.json
huanghs f083711f2f
Some checks failed
Gitea Actions Demo / Gitea-Actions (push) Failing after 32s
更新 'package.json'
2023-06-26 15:42:58 +08:00

20 lines
464 B
JSON

{
"name": "action-demo",
"version": "0.0.0",
"main": "index.js",
"private": true,
"license": "MIT",
"scripts": {
"pre": "pnpm i || echo Error: please 'npm i -g pnpm' first",
"prepare": "husky install",
"commit": "npx cz-customizable",
"cz": "npx cz-customizable"
},
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"cz-customizable": "^7.0.0",
"husky": "^8.0.2"
}
}