ci: 集成: 🎡 添加package详细信息

This commit is contained in:
bunny 2024-05-09 13:05:25 +08:00
parent efc4579056
commit 5e532257cf
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,11 @@
{ {
"name": "bunny-cli", "name": "bunny-cli",
"version": "1.1.5", "version": "1.1.6",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"keywords": ["cli","bunny-cli","util"],
"author": "Bunny0212",
"license": "ISC",
"bin": { "bin": {
"bunny-cli": "./bin/index.js" "bunny-cli": "./bin/index.js"
}, },
@ -15,9 +18,6 @@
"commit": "git status && git add -A && git-cz", "commit": "git status && git add -A && git-cz",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": { "dependencies": {
"chalk": "^4.0.0", "chalk": "^4.0.0",
"commander": "^11.1.0", "commander": "^11.1.0",