3 Star 4 Fork 0

True / sdkset

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.81 KB
一键复制 编辑 原始数据 按行查看 历史
True 提交于 2024-04-01 16:27 . chore(release): v4.0.13
{
"name": "sdk",
"version": "4.0.13",
"description": "Re encapsulation of commonly used libraries",
"author": "True",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/True-Z/sdkset"
},
"scripts": {
"commit": "git add . && cz",
"dev": "rimraf dist/* -g && rollup --bundleConfigAsCjs -wc rollup.dev.config.js --environment target:core",
"test": "vitest",
"lint": "eslint packages/**/*.{js,jsx,ts,tsx}",
"lint:fix": "eslint packages/**/*.{js,jsx,ts,tsx} --fix",
"prettier": "prettier --write --cache .",
"release:patch": "standard-version --release-as patch && node scripts/package/version.mjs",
"release:minor": "standard-version --release-as minor && node scripts/package/version.mjs",
"release:major": "standard-version --release-as major && node scripts/package/version.mjs",
"release:first": "standard-version --first-release",
"push:tag": "git push --follow-tag",
"doc:dev": "vitepress dev docs --host",
"doc:build": "vitepress build docs",
"doc:serve": "vitepress serve docs",
"doc:deploy": "rimraf docs/.vitepress/dist/* -g && pnpm doc:build && pnpm scripts/global/deploy.bat",
"typedoc": "typedoc --options typedoc.markdown.json && node scripts/package/copyFile.mjs && node docs/scripts/createFrontmatter.cjs",
"package:vitest": "pnpm -r run vitest:package",
"package:rimraf": "pnpm -r run rimraf:package",
"package:build": "pnpm package:rimraf && pnpm -r run build:package",
"package:publish": "pnpm -r run publish:package",
"husky:init": "husky install && pnpm husky:commit-msg && pnpm husky:pre-commit",
"husky:pre-commit": "npx husky add .husky/pre-commit \"npx lint-staged\"",
"husky:commit-msg": "npx husky add .husky/commit-msg \"npx --no-install commitlint --edit $1\""
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@commitlint/cli": "^17.6.7",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-strip": "^3.0.2",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.1",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.59.5",
"commitizen": "^4.3.0",
"commitlint-config-cz": "^0.13.3",
"cz-customizable": "^7.0.0",
"esbuild": "^0.17.19",
"eslint": "^8.41.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"execa": "^7.1.1",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^13.2.3",
"prettier": "^2.8.8",
"rimraf": "^5.0.0",
"rollup": "^3.21.6",
"rollup-plugin-esbuild": "^5.0.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-node-externals": "^5.1.3",
"rollup-plugin-polyfill-node": "^0.12.0",
"rollup-plugin-serve": "^2.0.2",
"sass": "^1.69.4",
"standard-version": "^9.5.0",
"tslib": "^2.5.0",
"typedoc": "^0.24.7",
"typedoc-plugin-markdown": "^3.15.3",
"typescript": "5.0.4",
"vitepress": "1.0.0-rc.10",
"vitest": "^0.32.0"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.22.10"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint"
]
},
"standard-version": {
"skip": {
"bump": false,
"changelog": false,
"commit": false,
"tag": false
}
}
}
TypeScript
1
https://gitee.com/trueAlways/sdkset.git
git@gitee.com:trueAlways/sdkset.git
trueAlways
sdkset
sdkset
master

搜索帮助