diff --git a/package.json b/package.json new file mode 100644 index 0000000..6aef648 --- /dev/null +++ b/package.json @@ -0,0 +1,17 @@ +{ + "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" + } +}