{ "name": "@homarr/cli", "private": true, "version": "0.1.0", "type": "module", "exports": { ".": "./index.ts" }, "typesVersions": { "*": { "*": [ "src/*" ] } }, "license": "MIT", "scripts": { "clean": "rm -rf .turbo node_modules", "lint": "eslint", "build": "esbuild src/index.ts --bundle --platform=node --outfile=cli.cjs --external:bcrypt --external:cpu-features --loader:.html=text --loader:.node=text", "format": "prettier --check . --ignore-path ../../.gitignore", "typecheck": "tsc --noEmit" }, "dependencies": { "@drizzle-team/brocli": "^0.9.2", "@homarr/db": "workspace:^0.1.0", "@homarr/common": "workspace:^0.1.0", "@homarr/auth": "workspace:^0.1.0", "dotenv": "^16.4.5" }, "devDependencies": { "@homarr/eslint-config": "workspace:^0.2.0", "@homarr/prettier-config": "workspace:^0.1.0", "@homarr/tsconfig": "workspace:^0.1.0", "eslint": "^9.8.0", "typescript": "^5.5.4" }, "prettier": "@homarr/prettier-config" }