{ "name": "sequoia-cli", "version": "0.3.1", "type": "module", "bin": { "sequoia": "dist/index.js" }, "files": [ "dist", "README.md" ], "main": "./dist/index.js", "exports": { ".": "./dist/index.js" }, "scripts": { "lint": "biome lint --write", "format": "biome format --write", "build": "bun build src/index.ts --target node --outdir dist", "dev": "bun run build && bun link", "deploy": "bun run build && bun publish" }, "devDependencies": { "@biomejs/biome": "^2.3.13", "@types/mime-types": "^3.0.1", "@types/node": "^20" }, "peerDependencies": { "typescript": "^5" }, "dependencies": { "@atproto/api": "^0.18.17", "@atproto/oauth-client-node": "^0.3.16", "@clack/prompts": "^1.0.0", "cmd-ts": "^0.14.3", "glob": "^13.0.0", "mime-types": "^2.1.35", "minimatch": "^10.1.1", "open": "^11.0.0" } }