- Update @kevisual/query to 0.0.32 and @kevisual/router to 0.0.37 - Restructure AI command interface with run and deploy subcommands - Add comprehensive logging throughout cmd-execution flow - Improve sync module with better configuration handling - Add clickable link functionality in logger - Enhance error handling and debugging capabilities 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
86 lines
2.2 KiB
JSON
86 lines
2.2 KiB
JSON
{
|
|
"name": "@kevisual/cli",
|
|
"version": "0.0.74",
|
|
"description": "envision 命令行工具",
|
|
"type": "module",
|
|
"basename": "/root/cli",
|
|
"app": {
|
|
"key": "cli",
|
|
"entry": "dist/app.mjs",
|
|
"type": "pm2-system-app",
|
|
"runtime": [
|
|
"cli"
|
|
]
|
|
},
|
|
"bin": {
|
|
"envision": "bin/envision.js",
|
|
"ev": "bin/envision.js",
|
|
"assistant": "bin/assistant.js",
|
|
"assistant-server": "bin/assistant-server.js",
|
|
"asst": "bin/assistant.js",
|
|
"asst-server": "bin/assistant-server.js"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"bin",
|
|
"bun.config.mjs"
|
|
],
|
|
"scripts": {
|
|
"dev": "bun src/run.ts ",
|
|
"dev:tsx": "tsx src/run.ts ",
|
|
"dev:server": "cd assistant && bun --watch src/run-server.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 "
|
|
},
|
|
"keywords": [
|
|
"kevisual",
|
|
"cli"
|
|
],
|
|
"author": "abearxiong",
|
|
"dependencies": {
|
|
"@kevisual/app": "^0.0.1",
|
|
"@kevisual/context": "^0.0.4",
|
|
"@kevisual/hot-api": "^0.0.3",
|
|
"@nut-tree-fork/nut-js": "^4.2.6",
|
|
"eventemitter3": "^5.0.1",
|
|
"lowdb": "^7.0.1",
|
|
"lru-cache": "^11.2.4",
|
|
"micromatch": "^4.0.8",
|
|
"pm2": "^6.0.14",
|
|
"semver": "^7.7.3",
|
|
"unstorage": "^1.17.3"
|
|
},
|
|
"devDependencies": {
|
|
"@kevisual/dts": "^0.0.3",
|
|
"@kevisual/load": "^0.0.6",
|
|
"@kevisual/logger": "^0.0.4",
|
|
"@kevisual/query": "0.0.32",
|
|
"@kevisual/query-login": "0.0.7",
|
|
"@types/bun": "^1.3.4",
|
|
"@types/crypto-js": "^4.2.2",
|
|
"@types/jsonwebtoken": "^9.0.10",
|
|
"@types/micromatch": "^4.0.10",
|
|
"@types/node": "^24.10.2",
|
|
"@types/semver": "^7.7.1",
|
|
"chalk": "^5.6.2",
|
|
"commander": "^14.0.2",
|
|
"crypto-js": "^4.2.0",
|
|
"fast-glob": "^3.3.3",
|
|
"filesize": "^11.0.13",
|
|
"form-data": "^4.0.5",
|
|
"ignore": "^7.0.5",
|
|
"inquirer": "^13.0.2",
|
|
"jsonwebtoken": "^9.0.3",
|
|
"tar": "^7.5.2",
|
|
"zustand": "^5.0.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
} |