{ "name": "@repo/logger", "type": "module", "private": true, "files": [ "dist" ], "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } }, "scripts": { "build": "tsup", "dev": "tsup --watch", "lint": "eslint src/", "check-types": "tsc --noEmit", "clean": "rm -rf dist" }, "devDependencies": { "@repo/typescript-config": "*", "typescript": "^5.8.3", "tsup": "^8.3.5" } }