mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "@lobehub/cli",
|
|
"version": "0.0.1-canary.14",
|
|
"type": "module",
|
|
"bin": {
|
|
"lh": "./dist/index.js",
|
|
"lobe": "./dist/index.js",
|
|
"lobehub": "./dist/index.js"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "npx tsup",
|
|
"cli:link": "bun link",
|
|
"cli:unlink": "bun unlink",
|
|
"dev": "LOBEHUB_CLI_HOME=.lobehub-dev bun src/index.ts",
|
|
"prepublishOnly": "npm run build",
|
|
"test": "bunx vitest run --config vitest.config.mts --silent='passed-only'",
|
|
"test:coverage": "bunx vitest run --config vitest.config.mts --coverage",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@trpc/client": "^11.8.1",
|
|
"commander": "^13.1.0",
|
|
"debug": "^4.4.0",
|
|
"diff": "^8.0.3",
|
|
"fast-glob": "^3.3.3",
|
|
"picocolors": "^1.1.1",
|
|
"superjson": "^2.2.6",
|
|
"ws": "^8.18.1"
|
|
},
|
|
"devDependencies": {
|
|
"@lobechat/device-gateway-client": "workspace:*",
|
|
"@lobechat/local-file-shell": "workspace:*",
|
|
"@types/node": "^22.13.5",
|
|
"@types/ws": "^8.18.1",
|
|
"tsup": "^8.4.0",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org"
|
|
}
|
|
}
|