{ "name": "wispctl", "version": "1.0.8", "description": "CLI for wisp.place - deploy static sites to the AT Protocol", "type": "module", "main": "./dist/index.js", "bin": { "wispctl": "dist/index.js" }, "files": [ "dist" ], "scripts": { "dev": "bun run index.ts", "build": "bun build ./index.ts --outdir ./dist --target node --sourcemap=linked && sed -i '' '1s|#!/usr/bin/env bun|#!/usr/bin/env node|' ./dist/index.js", "typecheck": "tsc --noEmit" }, "devDependencies": { "@atproto/api": "^0.18.17", "@atproto/identity": "^0.4.10", "@atproto/lex-cbor": "^0.0.9", "@atproto/lex-data": "^0.0.9", "@atproto/oauth-client-node": "^0.3.15", "@atproto/repo": "^0.8.12", "@atproto/sync": "^0.1.39", "@atproto/syntax": "^0.4.3", "@clack/prompts": "^0.10.0", "@hono/node-server": "^1.13.8", "@oven/bun-darwin-aarch64": "^1.3.6", "@types/bun": "latest", "@types/mime-types": "^3.0.1", "@types/node": "^22.0.0", "@wispplace/atproto-utils": "workspace:*", "@wispplace/bun-firehose": "workspace:*", "@wispplace/constants": "workspace:*", "@wispplace/fs-utils": "workspace:*", "@wispplace/lexicons": "workspace:*", "commander": "^14.0.2", "hono": "^4.7.4", "ignore": "^7.0.5", "mime-types": "^3.0.2", "multiformats": "^13.4.2", "open": "^11.0.0", "picocolors": "^1.1.1", "typescript": "^5" } }