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": "@openclawdsolana/automation", |
| #3 | "version": "0.1.0", |
| #4 | "description": "Solana Clawd automation hub - bootstrap, CI, identity spawn, and runtime orchestration under automaton-main", |
| #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 | }, |
| #22 | "bin": { |
| #23 | "automaton": "dist/index.js", |
| #24 | "openclawd-automation": "dist/index.js" |
| #25 | }, |
| #26 | "repository": { |
| #27 | "type": "git", |
| #28 | "url": "https://github.com/x402agent/solana-clawd.git", |
| #29 | "directory": "automaton-main/automation" |
| #30 | }, |
| #31 | "homepage": "https://x402.wtf/automation", |
| #32 | "keywords": [ |
| #33 | "autonomous-agent", |
| #34 | "sovereign-ai", |
| #35 | "web4", |
| #36 | "clawd", |
| #37 | "solana", |
| #38 | "self-replicating" |
| #39 | ], |
| #40 | "license": "MIT", |
| #41 | "scripts": { |
| #42 | "build": "tsc", |
| #43 | "dev": "tsx watch src/index.ts", |
| #44 | "perps:bootstrap": "bash leviathan.sh --status --no-install", |
| #45 | "perps:context": "clawd-perps perps vulcan context", |
| #46 | "test": "vitest run", |
| #47 | "clean": "rm -rf dist" |
| #48 | }, |
| #49 | "dependencies": { |
| #50 | "better-sqlite3": "^11.0.0", |
| #51 | "chalk": "^5.3.0", |
| #52 | "cron-parser": "^4.9.0", |
| #53 | "gray-matter": "^4.0.3", |
| #54 | "ora": "^8.0.0", |
| #55 | "siwe": "^2.3.0", |
| #56 | "simple-git": "^3.24.0", |
| #57 | "ulid": "^2.3.0", |
| #58 | "viem": "^2.44.2", |
| #59 | "yaml": "^2.4.0" |
| #60 | }, |
| #61 | "devDependencies": { |
| #62 | "@types/better-sqlite3": "^7.6.0", |
| #63 | "@types/node": "^20.10.0", |
| #64 | "tsx": "^4.7.0", |
| #65 | "typescript": "^5.9.3", |
| #66 | "vitest": "^2.0.0" |
| #67 | }, |
| #68 | "engines": { |
| #69 | "node": ">=20.0.0" |
| #70 | }, |
| #71 | "pnpm": { |
| #72 | "onlyBuiltDependencies": [ |
| #73 | "better-sqlite3", |
| #74 | "esbuild" |
| #75 | ] |
| #76 | } |
| #77 | } |
| #78 |