mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-02-02 18:20:26 +08:00
50 lines
1.8 KiB
JSON
50 lines
1.8 KiB
JSON
{
|
|
"name": "408CSFamily",
|
|
"type": "module",
|
|
"version": "0.0.1-alpha.19",
|
|
"packageManager": "pnpm@9.6.0",
|
|
"description": "研究生考试408考点、工作面试计算机基础知识合集",
|
|
"authorInfo": {
|
|
"name": "微信公众号:储凡",
|
|
"email": "fairy_408@2925.com",
|
|
"url": "https://github.com/142vip",
|
|
"homePage": "https://408.142vip.cn"
|
|
},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.x",
|
|
"pnpm": "9.6.0"
|
|
},
|
|
"scripts": {
|
|
"preinstall": "npx only-allow pnpm && chmod +x ./scripts/*",
|
|
"postinstall": "rm -rf .git/hooks && npx simple-git-hooks",
|
|
"clean": "npx fa clean --ignore-tips --dist --vite --deps --all",
|
|
"clean:hooks": "npx fa clean --git-hooks --all --ignore-tips",
|
|
"lint": "npx fa lint",
|
|
"lint:fix": "npx fa lint --fix",
|
|
"dev": "pnpm build:mark-map && npx vuepress dev docs",
|
|
"build": "npx vuepress build docs --clean-temp --clean-cache",
|
|
"build:proxy": "NEED_PROXY=true npx vuepress build docs --clean-temp --clean-cache",
|
|
"build:mark-map": "npx node --loader ts-node/esm --no-warnings scripts/core/mark-map.ts",
|
|
"release": "npx fa release --vip --check-branch next --check-branch main",
|
|
"check:commit": "npx node --loader ts-node/esm --no-warnings scripts/core/verify-commit.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@142vip/commit-linter": "0.0.1-alpha.2",
|
|
"@142vip/eslint-config": "0.0.1-alpha.4",
|
|
"@142vip/fairy-cli": "0.0.3-alpha.26",
|
|
"@142vip/open-source": "0.0.1-alpha.3",
|
|
"@142vip/utils": "0.0.1-alpha.37",
|
|
"@142vip/vuepress": "0.0.1-alpha.17",
|
|
"markmap-cli": "0.18.11",
|
|
"only-allow": "1.2.1",
|
|
"simple-git-hooks": "2.13.0",
|
|
"ts-node": "10.9.2",
|
|
"xmind-embed-viewer": "1.2.0"
|
|
},
|
|
"simple-git-hooks": {
|
|
"pre-commit": "pnpm lint:fix",
|
|
"commit-msg": "pnpm check:commit"
|
|
}
|
|
}
|