加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.20 KB
一键复制 编辑 原始数据 按行查看 历史
fisher 提交于 2023-07-12 11:49 . chore(release): 1.3.2 :tada:
{
"name": "logsets",
"version": "1.3.2",
"description": "Nodejs terminal application output colorized enhancement",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"homepage": "https://zhangfisher.github.io/logsets/",
"type": "module",
"types": "./src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"release": "npm version patch --commit-hooks=false && npm run build && npm publish && cnpm sync logsets",
"dev:docs": "docsify serve docs",
"prepare": "husky install",
"commit": "git add . && git cz",
"version": "conventional-changelog -p angular -i ./docs/CHANGELOG.md -s -r 0 && git add ./docs/CHANGELOG.md"
},
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./utils": {
"import": "./dist/utils.mjs",
"require": "./dist/utils.cjs"
}
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://gitee.com/zhangfisher/logsets.git"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.17.0",
"ansicolor": "^1.1.100",
"core-js": "^3.21.0",
"flex-tools": "^1.3.14"
},
"devDependencies": {
"@babel/cli": "^7.17.0",
"@babel/core": "^7.17.2",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/runtime": "^7.17.2",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@commitlint/cz-commitlint": "^17.4.4",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^2.2.2",
"husky": "^8.0.3",
"rollup": "^2.70.0",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-terser": "^7.0.2",
"ts-essentials": "^9.3.0",
"type-fest": "^3.5.3"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
},
"pnpm": {
"enable-pre-post-scripts": true
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化