{ "name": "uecko-erp-2025", "private": true, "version": "0.6.7", "workspaces": [ "apps/*", "modules/*", "packages/*" ], "scripts": { "build": "turbo build", "build:templates": "bash scripts/build-templates.sh", "build:api": "bash scripts/build-api.sh rodax --api", "dev": "turbo dev", "dev:server": "turbo dev --filter=server", "dev:client": "turbo dev --filter=client", "format-and-lint": "biome check .", "format-and-lint:fix": "biome check . --write", "create:package": "ts-node scripts/create-package.ts", "volta:install": "curl https://get.volta.sh | bash", "clean": "turbo run clean && rimraf ./node_modules && rimraf ./package-lock.json && rimraf ./out", "lint": "biome lint .", "format": "biome format --write .", "format:check": "biome format .", "check": "biome check .", "check:write": "biome check --write .", "typecheck": "turbo run typecheck" }, "devDependencies": { "@biomejs/biome": "2.4.11", "@repo/typescript-config": "workspace:*", "@tailwindcss/postcss": "^4.2.2", "@typescript-eslint/eslint-plugin": "^8.58.1", "@typescript-eslint/parser": "^8.58.1", "baseline-browser-mapping": "^2.10.18", "change-case": "^5.4.4", "inquirer": "^13.4.1", "plop": "^4.0.5", "rimraf": "^6.1.3", "ts-node": "^10.9.2", "tailwindcss": "^4.2.2", "turbo": "^2.9.6", "typescript": "6.0.2" }, "engines": { "node": ">=24" }, "packageManager": "pnpm@10.33.0" }