{ "name": "@sitebase/cli", "type": "module", "version": "0.0.1", "bin": { "sitebase": "./bin/sitebase" }, "scripts": { "typecheck": "tsc --noEmit", "build": "bun build --target bun --outfile ./bin/sitebase ./src/index.ts" }, "dependencies": { "@atproto/api": "^0.18.16", "@atproto/oauth-client-node": "^0.2.1", "@sitebase/core": "workspace:*", "commander": "^12.1.0" } }