{ "name": "@tealfmbot/common", "version": "0.0.0", "private": true, "type": "module", "imports": { "#*": "./dist/*" }, "exports": { "./*": { "types": "./*.ts", "default": "./dist/*.js" } }, "scripts": { "watch": "tsc --watch", "build": "tsc", "typecheck": "tsc --noEmit" }, "dependencies": { "envalid": "^8.1.1", "pino": "^10.1.0" }, "devDependencies": { "@tealfmbot/tsconfig": "workspace:*", "@types/node": "^22.15.3", "pino-pretty": "^13.1.3", "typescript": "5.9.2" } }