{ "name": "@atbb/atproto", "version": "0.1.0", "private": true, "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "scripts": { "build": "tsc", "lint": "tsc --noEmit", "lint:fix": "oxlint --fix src/", "clean": "rm -rf dist", "test": "vitest run --passWithNoTests" }, "dependencies": { "@atbb/logger": "workspace:*", "@atproto/api": "^0.15.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.7.0" } }