添加 'package.json'
All checks were successful
Gitea Actions Demo / Gitea-Actions (push) Successful in 7s

This commit is contained in:
huanghs 2023-06-25 18:20:59 +08:00
parent c5e5913e1b
commit 5a9d0dcde2

17
package.json Normal file
View File

@ -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"
}
}