demo/package.json

22 lines
532 B
JSON
Raw Permalink Normal View History

2025-02-21 09:03:22 +08:00
{
"name": "fx-boot",
"version": "0.0.0",
"main": "index.js",
"packageManager": "pnpm@9.7.0",
"private": true,
"repository": "https://git.zgfxrc.cn/zgfxrc/fx-boot.git",
"author": "huanghs <huanghs@zgfxrc.cn>",
"license": "MIT",
"scripts": {
"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"
}
}