{ "name": "awoooi", "version": "0.1.0", "private": true, "description": "AWOOOI - AI + WOOO Intelligent Operations Platform", "repository": { "type": "git", "url": "https://github.com/wooo-work/awoooi.git" }, "scripts": { "build": "turbo build", "dev": "turbo dev", "lint": "turbo lint", "typecheck": "turbo typecheck", "test": "turbo test", "clean": "turbo clean && rm -rf node_modules", "format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"" }, "devDependencies": { "@types/node": "^20.11.0", "prettier": "^3.2.0", "turbo": "^2.0.0", "typescript": "^5.3.0" }, "packageManager": "pnpm@9.0.0", "engines": { "node": ">=20.0.0", "pnpm": ">=9.0.0" } }