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 sources15d ago| #1 | { |
| #2 | "name": "clawd-automaton", |
| #3 | "version": "0.2.0", |
| #4 | "description": "CLAWD Automaton - sovereign AI agent runtime that leads users to x402.wtf/automation", |
| #5 | "type": "module", |
| #6 | "main": "dist/index.js", |
| #7 | "types": "dist/index.d.ts", |
| #8 | "exports": { |
| #9 | ".": { |
| #10 | "types": "./dist/index.d.ts", |
| #11 | "default": "./dist/index.js" |
| #12 | }, |
| #13 | "./config.js": { |
| #14 | "types": "./dist/config.d.ts", |
| #15 | "default": "./dist/config.js" |
| #16 | }, |
| #17 | "./state/database.js": { |
| #18 | "types": "./dist/state/database.d.ts", |
| #19 | "default": "./dist/state/database.js" |
| #20 | }, |
| #21 | "./vault/index.js": { |
| #22 | "types": "./dist/vault/index.d.ts", |
| #23 | "default": "./dist/vault/index.js" |
| #24 | } |
| #25 | }, |
| #26 | "bin": { |
| #27 | "automaton": "dist/index.js", |
| #28 | "clawd-automaton": "dist/index.js" |
| #29 | }, |
| #30 | "repository": { |
| #31 | "type": "git", |
| #32 | "url": "https://github.com/x402agent/openclawd.git", |
| #33 | "directory": "automaton-main" |
| #34 | }, |
| #35 | "homepage": "https://x402.wtf/automation", |
| #36 | "bugs": { |
| #37 | "url": "https://github.com/x402agent/openclawd/issues" |
| #38 | }, |
| #39 | "files": [ |
| #40 | "dist", |
| #41 | "README.md", |
| #42 | "LICENSE", |
| #43 | "three-laws.md" |
| #44 | ], |
| #45 | "keywords": [ |
| #46 | "autonomous-agent", |
| #47 | "sovereign-ai", |
| #48 | "web4", |
| #49 | "clawd", |
| #50 | "self-replicating" |
| #51 | ], |
| #52 | "license": "MIT", |
| #53 | "scripts": { |
| #54 | "build": "tsc && pnpm -r build", |
| #55 | "dashboard:dev": "pnpm --filter clawd-dashboard dev", |
| #56 | "dashboard:build": "pnpm --filter clawd-dashboard build", |
| #57 | "dev": "tsx watch src/index.ts", |
| #58 | "ooda": "tsx src/ooda/loop.ts", |
| #59 | "ooda:tui": "tsx src/ooda/loop.ts --tui | tsx src/ooda/tui.ts", |
| #60 | "goblin": "tsx src/ooda/loop.ts --goblin --fresh", |
| #61 | "goblin:tui": "tsx src/ooda/loop.ts --goblin --fresh --tui | tsx src/ooda/tui.ts", |
| #62 | "perps:bootstrap": "bash automation/leviathan.sh --status --no-install", |
| #63 | "perps:context": "clawd-perps perps vulcan context", |
| #64 | "test": "vitest run", |
| #65 | "clean": "rm -rf dist && pnpm -r clean" |
| #66 | }, |
| #67 | "dependencies": { |
| #68 | "better-sqlite3": "^11.0.0", |
| #69 | "chalk": "^5.3.0", |
| #70 | "cron-parser": "^4.9.0", |
| #71 | "gray-matter": "^4.0.3", |
| #72 | "ora": "^8.0.0", |
| #73 | "siwe": "^2.3.0", |
| #74 | "simple-git": "^3.24.0", |
| #75 | "ulid": "^2.3.0", |
| #76 | "viem": "^2.44.2", |
| #77 | "yaml": "^2.4.0" |
| #78 | }, |
| #79 | "devDependencies": { |
| #80 | "@types/better-sqlite3": "^7.6.0", |
| #81 | "@types/node": "^20.10.0", |
| #82 | "tsx": "^4.7.0", |
| #83 | "typescript": "^5.9.3", |
| #84 | "vitest": "^2.0.0" |
| #85 | }, |
| #86 | "engines": { |
| #87 | "node": ">=20.0.0" |
| #88 | }, |
| #89 | "pnpm": { |
| #90 | "onlyBuiltDependencies": [ |
| #91 | "better-sqlite3", |
| #92 | "esbuild" |
| #93 | ] |
| #94 | } |
| #95 | } |
| #96 |