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| { |
| #2 | "name": "@openclawdsolana/clawd-tui", |
| #3 | "version": "1.2.1", |
| #4 | "description": "Official Solana Clawd TUI and Metaplex Agent Registry CLI", |
| #5 | "type": "module", |
| #6 | "main": "dist/index.js", |
| #7 | "bin": { |
| #8 | "hermes": "dist/index.js", |
| #9 | "clawd-tui": "dist/index.js", |
| #10 | "clawd-agent": "dist/agent-cli.js", |
| #11 | "clawd-agent-mint": "dist/agent-cli.js" |
| #12 | }, |
| #13 | "scripts": { |
| #14 | "build": "tsc -p tsconfig.json", |
| #15 | "dev": "node --env-file-if-exists .env --import tsx/esm src/index.ts", |
| #16 | "start": "node --env-file-if-exists .env dist/index.js", |
| #17 | "prepublishOnly": "npm run build" |
| #18 | }, |
| #19 | "dependencies": { |
| #20 | "@metaplex-foundation/mpl-agent-registry": "^0.2.5", |
| #21 | "@metaplex-foundation/mpl-core": "^1.10.0", |
| #22 | "@metaplex-foundation/umi": "^1.5.1", |
| #23 | "@metaplex-foundation/umi-bundle-defaults": "^1.5.1", |
| #24 | "bs58": "^6.0.0", |
| #25 | "chalk": "^5.4.0", |
| #26 | "cli-boxes": "^3.0.0", |
| #27 | "figures": "^6.1.0", |
| #28 | "strip-ansi": "^7.1.0", |
| #29 | "wrap-ansi": "^9.0.0" |
| #30 | }, |
| #31 | "devDependencies": { |
| #32 | "@types/node": "^22.0.0", |
| #33 | "tsx": "^4.22.3", |
| #34 | "typescript": "^5.8.3" |
| #35 | }, |
| #36 | "files": [ |
| #37 | "dist", |
| #38 | "README.md", |
| #39 | "LICENSE" |
| #40 | ] |
| #41 | } |
| #42 |