{ "name": "@tachybase/cli", "version": "0.22.2", "description": "", "license": "Apache-2.0", "type": "module", "exports": { ".": "./dist/index" }, "bin": { "tachybase": "./bin/cli.js" }, "files": [ "bin", "dist", "templates", "tachybase.conf.tpl" ], "scripts": { "build": "rimraf dist && rollup -c", "dev": "rollup -c --watch --watch.include 'src/**' -m inline", "prepare": "rimraf dist && cross-env BUILD_NO_DTS=1 rollup -c --silent", "typecheck": "tsc --noEmit" }, "dependencies": { "@tachybase/app": "workspace:*", "@tachybase/utils": "workspace:*", "@types/fs-extra": "^11.0.1", "@umijs/utils": "3.5.20", "axios": "^1.6.8", "chalk": "^5.3.0", "commander": "^12.0.0", "dotenv": "^16.0.0", "execa": "^8.0.1", "fast-glob": "^3.3.1", "fs-extra": "^11.1.1", "lodash": "^4.17.21", "p-all": "3.0.0", "pm2": "^5.2.0", "portfinder": "^1.0.28", "semver": "^7.6.0", "serve": "^13.0.2", "tree-kill": "^1.2.2", "tsx": "^4.15.2" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.2.3", "@tachybase/devtools": "workspace:*", "@types/fs-extra": "^11.0.4", "@types/lodash": "^4.17.5", "@types/node": "20.14.2", "@types/semver": "^7.5.8", "cross-env": "^7.0.3", "rimraf": "^5.0.5", "rollup": "^4.14.1", "rollup-plugin-dts": "^6.1.0", "rollup-plugin-esbuild": "^6.1.1", "vite": "^5.2.13" } }