action-demo/package.json

20 lines
464 B
JSON
Raw Normal View History

2023-06-25 18:20:59 +08:00
{
"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",
2023-06-26 15:42:58 +08:00
"@commitlint/config-conventional": "^17.3.0",
"cz-customizable": "^7.0.0",
"husky": "^8.0.2"
2023-06-25 18:20:59 +08:00
}
}