{ "name": "@sofa/config", "version": "0.2.0", "private": true, "type": "module", "exports": { ".": "./src/index.ts" }, "scripts": { "lint": "oxlint", "format": "oxfmt --config ../../.oxfmtrc.json", "format:check": "oxfmt --check --config ../../.oxfmtrc.json", "check-types": "tsc --noEmit" }, "devDependencies": { "@sofa/tsconfig": "workspace:*", "@types/bun": "catalog:", "typescript": "catalog:" } }