update add update

This commit is contained in:
2025-11-28 02:49:52 +08:00
parent 01c253e553
commit b2fcc84321
10 changed files with 162 additions and 81 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/cli",
"version": "0.0.64",
"version": "0.0.65",
"description": "envision 命令行工具",
"type": "module",
"basename": "/root/cli",
@@ -29,6 +29,7 @@
"dev": "bun src/run.ts ",
"dev:tsx": "tsx src/run.ts ",
"build": "rimraf dist && bun run bun.config.mjs",
"deploy": "ev pack -u -p -m no",
"pub:me": "npm publish --registry https://npm.xiongxiao.me --tag beta",
"postbuild": "cd assistant && pnpm build ",
"dts": "dts-bundle-generator --external-inlines=@types/jsonwebtoken src/index.ts -o dist/index.d.ts "
@@ -39,8 +40,10 @@
],
"author": "abearxiong",
"dependencies": {
"@kevisual/context": "^0.0.4",
"micromatch": "^4.0.8",
"pm2": "^6.0.14"
"pm2": "^6.0.14",
"semver": "^7.7.3"
},
"devDependencies": {
"@kevisual/dts": "^0.0.3",
@@ -53,6 +56,7 @@
"@types/jsonwebtoken": "^9.0.10",
"@types/micromatch": "^4.0.10",
"@types/node": "^24.10.1",
"@types/semver": "^7.7.1",
"chalk": "^5.6.2",
"commander": "^14.0.2",
"crypto-js": "^4.2.0",