0 Star 0 Fork 0

ctrlc-git / npm-cli-push

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.93 KB
一键复制 编辑 原始数据 按行查看 历史
提莫打野迷了路 提交于 2023-08-22 03:19 . build: 更新依赖
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@ctrlc/hook_push",
"version": "1.2.6",
"description": "自动化修改版本号 (符合 semver 语义), 并提交 git 仓库",
"keywords": [
"package.json",
"semver version",
"git"
],
"author": "zhuqing.yang <470704012@qq.com>",
"license": "MIT",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"types": "lib/types/index.d.ts",
"type": "module",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "https://gitee.com/ctrlc-git/ctrlc-npm-cli-push.git"
},
"scripts": {
"dev": "rollup -c -w",
"build": "rm -r lib && rollup -c",
"push": "hook_push",
"test": "esno src/index",
"lint": "eslint --ext .ts src --fix"
},
"bin": {
"hook_push": "lib/index.cjs"
},
"dependencies": {
"inquirer": "^8.2.6",
"kolorist": "^1.8.0",
"semver": "^7.5.4"
},
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^23.0.7",
"@rollup/plugin-json": "^5.0.2",
"@rollup/plugin-node-resolve": "^15.2.0",
"@rollup/plugin-terser": "^0.1.0",
"@rollup/plugin-typescript": "^11.1.2",
"@types/inquirer": "^8.2.6",
"@types/node": "^16.18.41",
"@types/semver": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"esno": "^0.17.0",
"prettier": "^3.0.2",
"rollup": "^3.28.0",
"rollup-plugin-copy": "^3.4.0",
"tslib": "^2.6.2",
"typescript": "^4.9.5"
},
"peerDependencies": {
"inquirer": "^8.2.5",
"kolorist": "^1.6.0",
"semver": "^7.3.8"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/ctrlc-git/ctrlc-npm-cli-push.git
git@gitee.com:ctrlc-git/ctrlc-npm-cli-push.git
ctrlc-git
ctrlc-npm-cli-push
npm-cli-push
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891