{ "name": "@repo/logger", "scripts": { "dev": "tsc --watch", "build": "tsc" }, "exports": { ".": "./src/index.ts" }, "devDependencies": { "@repo/typescript-config": "*", "typescript": "latest" } }