coco-git
Version:
一个创建、推送Tag自动化脚本
37 lines • 717 B
JSON
{
"name": "coco-git",
"version": "1.3.6",
"description": "一个创建、推送Tag自动化脚本",
"bugs": {
"url": "https://github.com/CatsAndMice/coco-git/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/CatsAndMice/coco-git.git"
},
"bin": {
"coco": "./bin/cli.js"
},
"main": "index.js",
"scripts": {
"release": "node ./bin/cli.js tag&&npm publish"
},
"files": [
"bin",
"src",
"src/.gitignore"
],
"keywords": [
"git",
"tag",
"开箱即用"
],
"author": "学习使我快乐",
"license": "MIT",
"dependencies": {
"commander": "^9.3.0",
"inquirer": "^8.2.4",
"medash": "^3.2.4",
"zx": "^4.3.0"
}
}