1 Star 1 Fork 2

fisher / flex-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
fisher 提交于 2024-05-30 11:08 . 1.3.73
{
"name": "flex-tools",
"version": "1.3.73",
"description": "typescript modular utilities.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"homepage": "https://github.com/zhangfisher/flex-tools",
"repository": "https://github.com/zhangfisher/flex-tools",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:modern": "modern build && cd dist && npm pkg set main=index.js && npm pkg set module=index.mjs && npm pkg set types=index.d.ts",
"build": "tsup && cd dist && npm pkg set main=index.js && npm pkg set module=index.mjs && npm pkg set types=index.d.ts && git init",
"release": "npm version patch --commit-hooks=false && npm run build && cd dist && git init && npm publish && pnpm sync",
"doc": "docsify serve docs",
"prepare": "husky install",
"commit": "git add . && git cz",
"sync": "cnpm sync flex-tools"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@commitlint/config-conventional": "^17.4.4",
"@commitlint/cz-commitlint": "^17.4.4",
"@modern-js/module-tools": "^2.40.0",
"@swc/core": "^1.3.24",
"@types/fs-extra": "^11.0.1",
"@types/node": "^20.12.11",
"@types/shelljs": "^0.8.11",
"commitizen": "^4.3.0",
"docsify": "^4.13.0",
"esbuild-copy-files-plugin": "^1.1.0",
"husky": "^8.0.0",
"ts-node": "^10.9.1",
"tsup": "^6.6.3",
"tsx": "^4.7.0",
"type-fest": "^3.6.0",
"typescript": "^5.2.2",
"vitest": "^0.26.2"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
},
"dependencies": {
"art-template": "^4.13.2",
"glob": "^10.3.3"
}
}
TypeScript
1
https://gitee.com/zhangfisher/flex-tools.git
git@gitee.com:zhangfisher/flex-tools.git
zhangfisher
flex-tools
flex-tools
master

搜索帮助