{ "name": "@reviq/cli", "version": "0.0.0", "private": true, "type": "module", "bin": { "reviq": "./dist/reviq" }, "scripts": { "build": "bun build src/bin/reviq.ts --compile --outfile dist/reviq", "cli": "bun run src/bin/reviq.ts", "typecheck": "tsc --noEmit", "lint": "eslint . --cache", "clean": "rm -rf dist .eslintcache" }, "dependencies": { "@stricli/core": "^1.2.5", "@reviq/db": "workspace:*", "@noble/hashes": "^2.0.1" }, "devDependencies": { "@macalinao/eslint-config": "catalog:", "@macalinao/tsconfig": "catalog:", "@types/bun": "catalog:", "eslint": "catalog:", "typescript": "catalog:" } }