22 lines
532 B
JSON
22 lines
532 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|