@pod-protocol/cli
Version:
Official CLI for the PoD Protocol
146 lines (127 loc) • 3.52 kB
JSON
{
"name": "@pod-protocol/cli-enhanced",
"version": "3.0.0",
"description": "Enhanced PoD Protocol CLI with 2025 modern features",
"type": "module",
"bin": {
"pod": "./dist/index.js"
},
"main": "./dist/index.js",
"scripts": {
"build": "tsc",
"dev": "tsx src/enhanced-cli-demo.ts",
"start": "node dist/index.js",
"demo": "tsx src/enhanced-cli-demo.ts demo",
"test": "jest",
"lint": "eslint src --ext .ts,.js",
"lint:fix": "eslint src --ext .ts,.js --fix"
},
"dependencies": {
"@coral-xyz/anchor": "0.31.1",
"@pod-protocol/sdk": "2.0.0",
"@solana/web3.js": "1.98.2",
"commander": "14.0.0",
"chalk": "5.4.1",
"gradient-string": "3.0.0",
"ora": "8.2.0",
"table": "6.9.0",
"@inquirer/prompts": "7.5.3",
"@clack/prompts": "^0.7.0",
"enquirer": "^2.4.1",
"terminaltexteffects": "^0.11.0",
"chalk-animation": "^2.0.3",
"figlet": "^1.7.0",
"boxen": "^8.0.1",
"blessed": "^0.1.81",
"react-ink": "^5.0.1",
"ink": "^5.0.1",
"ink-spinner": "^5.0.0",
"ink-select-input": "^6.0.0",
"ink-text-input": "^6.0.0",
"ink-big-text": "^2.0.0",
"ink-gradient": "^3.0.0",
"ink-link": "^4.1.0",
"listr2": "^8.2.4",
"cli-progress": "^3.12.0",
"progress": "^2.0.3",
"cli-table3": "^0.6.5",
"ascii-table": "^0.0.9",
"ansi-escapes": "^7.0.0",
"cli-cursor": "^5.0.0",
"cli-highlight": "^2.1.11",
"cli-width": "^4.1.0",
"term-size": "^4.0.0",
"node-emoji": "^2.1.3",
"emojis": "^1.8.2",
"unicode-emoji-modifier-base": "^1.0.0",
"ascii-art": "^2.8.5",
"ascii-art-font": "^2.8.5",
"text-to-ascii-art": "^1.0.12",
"clear": "^0.1.0",
"strip-ansi": "^7.1.0",
"wrap-ansi": "^9.0.0",
"string-width": "^7.2.0",
"conf": "^13.0.1",
"update-notifier": "^7.3.1",
"semver": "^7.6.3",
"blessed-contrib": "^4.11.0",
"neo-blessed": "^0.2.0",
"terminal-kit": "^3.1.1",
"date-fns": "^4.1.0",
"ms": "^2.1.3",
"pretty-bytes": "^6.1.1",
"pretty-ms": "^9.1.0",
"jsonschema": "^1.4.1",
"yaml": "^2.6.0",
"prompts": "^2.4.2",
"kleur": "^4.1.5",
"picocolors": "^1.1.1",
"open": "^10.1.0",
"clipboard": "^3.0.0",
"qrcode-terminal": "^0.12.0",
"natural": "^8.0.1",
"compromise": "^14.14.0",
"chokidar": "^4.0.1",
"debounce": "^2.2.0",
"dotenv": "^16.6.0",
"cross-env": "^7.0.3"
},
"devDependencies": {
"@types/node": "24.0.4",
"@types/jest": "30.0.0",
"@types/blessed": "^0.1.25",
"@types/figlet": "^1.5.8",
"@types/ms": "^0.7.34",
"@types/semver": "^7.5.8",
"typescript": "5.8.3",
"tsx": "4.20.3",
"jest": "30.0.3",
"ts-jest": "29.4.0",
"eslint": "9.29.0",
"@typescript-eslint/eslint-plugin": "8.35.0",
"@typescript-eslint/parser": "8.35.0"
},
"keywords": [
"solana",
"blockchain",
"cli",
"pod-protocol",
"web3",
"ai-agents",
"interactive",
"modern",
"visual",
"terminal",
"dashboard"
],
"author": "Pod Protocol",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pod-protocol/pod-protocol.git",
"directory": "cli"
},
"engines": {
"node": ">=18.0.0"
}
}