@142vip/release-version
Version:
通用型版本迭代Cli工具,支持版本迭代更新,Git提交信息、打标记并推送到远程
73 lines • 1.74 kB
JSON
{
"name": "@142vip/release-version",
"version": "0.0.1-alpha.15",
"description": "通用型版本迭代Cli工具,支持版本迭代更新,Git提交信息、打标记并推送到远程",
"author": {
"name": "James Messinger",
"url": "https://jamesmessinger.com"
},
"license": "MIT",
"homepage": "https://142vip.github.io/core-x/packages/release-version/",
"repository": {
"type": "git",
"url": "git+https://github.com/142vip/core-x.git",
"directory": "packages/release-version"
},
"keywords": [
"公众号搜:储凡",
"142vip",
"@142vip",
"@142vip/release-version",
"bumpx",
"git"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"bin": {
"bumpx": "./cli.mjs",
"bump": "./cli.mjs"
},
"files": [
"*.mjs",
"dist"
],
"engines": {
"node": ">=16"
},
"authorInfo": {
"name": "微信公众号:储凡",
"email": "fairy_vip@2925.com",
"url": "https://github.com/142vip",
"homePage": "https://142vip.cn"
},
"dependencies": {
"cac": "6.7.14",
"escalade": "3.1.2",
"fast-glob": "3.3.2",
"prompts": "2.4.2",
"@142vip/changelog": "0.0.1-alpha.22",
"@142vip/utils": "0.0.1-alpha.41"
},
"devDependencies": {
"@types/prompts": "2.4.9"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"scripts": {
"test": "npx jest",
"test:coverage": "npx jest --coverage",
"build": "unbuild",
"typecheck": "tsc --noEmit"
}
}