repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | { |
| #2 | "name": "moltbot-sandbox", |
| #3 | "version": "1.0.0", |
| #4 | "type": "module", |
| #5 | "private": true, |
| #6 | "description": "Run Moltbot personal AI assistant in a Cloudflare Sandbox", |
| #7 | "scripts": { |
| #8 | "build": "vite build", |
| #9 | "deploy": "npm run build && wrangler deploy", |
| #10 | "dev": "vite dev", |
| #11 | "start": "wrangler dev", |
| #12 | "types": "wrangler types", |
| #13 | "typecheck": "tsc --noEmit", |
| #14 | "test": "vitest run", |
| #15 | "test:watch": "vitest", |
| #16 | "test:coverage": "vitest run --coverage" |
| #17 | }, |
| #18 | "dependencies": { |
| #19 | "@cloudflare/puppeteer": "^1.0.5", |
| #20 | "hono": "^4.11.6", |
| #21 | "jose": "^6.0.0", |
| #22 | "react": "^19.0.0", |
| #23 | "react-dom": "^19.0.0" |
| #24 | }, |
| #25 | "devDependencies": { |
| #26 | "@cloudflare/sandbox": "*", |
| #27 | "@cloudflare/vite-plugin": "^1.0.0", |
| #28 | "@cloudflare/workers-types": "^4.20250109.0", |
| #29 | "@types/node": "^22.0.0", |
| #30 | "@types/react": "^19.0.0", |
| #31 | "@types/react-dom": "^19.0.0", |
| #32 | "@vitejs/plugin-react": "^4.3.0", |
| #33 | "@vitest/coverage-v8": "^4.0.18", |
| #34 | "node-addon-api": "^8.5.0", |
| #35 | "typescript": "^5.9.3", |
| #36 | "vite": "^6.0.0", |
| #37 | "vitest": "^4.0.18", |
| #38 | "wrangler": "^4.50.0" |
| #39 | }, |
| #40 | "author": "", |
| #41 | "license": "MIT", |
| #42 | "cloudflare": { |
| #43 | "bindings": { |
| #44 | "ANTHROPIC_API_KEY": { |
| #45 | "description": "Your [Anthropic API key](https://console.anthropic.com/)." |
| #46 | }, |
| #47 | "MOLTBOT_GATEWAY_TOKEN": { |
| #48 | "description": "Token to protect gateway access. Random string, you can generate one with `openssl rand -base64 32`, for example." |
| #49 | }, |
| #50 | "DEV_MODE": { |
| #51 | "description": "Enable development mode. Leave this as `false` unless you're actively developing moltworker." |
| #52 | }, |
| #53 | "DEBUG_ROUTES": { |
| #54 | "description": "Enable debug routes. Leave this as `false` unless you're actively developing moltworker." |
| #55 | } |
| #56 | } |
| #57 | } |
| #58 | } |
| #59 |