{ "name": "@repo/domain", "version": "0.0.0", "private": true, "type": "module", "main": "./src/index.ts", "types": "./src/index.ts", "exports": { ".": "./src/index.ts" }, "scripts": { "typecheck": "tsc --noEmit", "clean": "rimraf .turbo node_modules" }, "devDependencies": { "@repo/config": "workspace:*", "rimraf": "^6.0.1", "typescript": "^5.7.2" } }