UNPKG

@pod-protocol/cli

Version:
101 lines (100 loc) 2.85 kB
{ "name": "@pod-protocol/cli", "version": "2.0.1", "description": "Official CLI for the PoD Protocol", "type": "module", "bin": { "pod": "./dist/index.js" }, "main": "./dist/index.js", "exports": { ".": "./dist/index.js" }, "scripts": { "build": "bun run build:tsc", "build:tsc": "tsc", "build:watch": "tsc --watch", "dev": "bun run build && bun dist/index.js", "start": "bun dist/index.js", "clean": "rimraf dist", "test": "bun test", "test:watch": "bun test --watch", "test:e2e": "bun test tests/e2e/", "lint": "eslint src --ext .ts,.js", "lint:fix": "eslint src --ext .ts,.js --fix", "type-check": "tsc --noEmit" }, "dependencies": { "@clack/prompts": "^0.11.0", "@coral-xyz/anchor": "0.31.1", "@inquirer/prompts": "7.5.3", "@lightprotocol/stateless.js": "^0.22.0", "@metaplex-foundation/digital-asset-standard-api": "2.0.0", "@metaplex-foundation/mpl-bubblegum": "5.0.1", "@metaplex-foundation/mpl-token-metadata": "3.4.0", "@metaplex-foundation/umi": "1.2.0", "@metaplex-foundation/umi-bundle-defaults": "1.2.0", "@pod-protocol/sdk": "file:../sdk-typescript/sdk", "@solana-program/system": "0.7.0", "@solana-program/token": "0.5.1", "@solana/addresses": "2.1.1", "@solana/rpc": "2.1.1", "@solana/signers": "2.1.1", "@solana/spl-account-compression": "0.4.1", "ansi-escapes": "^7.0.0", "blessed": "^0.1.81", "blessed-contrib": "^4.11.0", "boxen": "^8.0.1", "chalk": "5.4.1", "chalk-animation": "^2.0.3", "clear": "^0.1.0", "cli-progress": "^3.12.0", "cli-table3": "^0.6.5", "commander": "14.0.0", "enquirer": "^2.4.1", "figlet": "^1.7.0", "gradient-string": "3.0.0", "inquirer": "12.6.3", "libsodium-wrappers": "0.7.15", "listr2": "^8.2.4", "ms": "^2.1.3", "multiformats": "13.3.7", "node-emoji": "^2.1.3", "ora": "8.2.0", "pretty-bytes": "^7.0.0", "qrcode-terminal": "0.12.0", "table": "6.9.0", "term-size": "^3.0.2" }, "devDependencies": { "@types/jest": "30.0.0", "@types/node": "^24.0.4", "@typescript-eslint/eslint-plugin": "8.35.0", "@typescript-eslint/parser": "8.35.0", "eslint": "9.29.0", "jest": "30.0.3", "ts-jest": "29.4.0", "tsx": "4.20.3", "typescript": "5.8.3" }, "keywords": [ "solana", "blockchain", "cli", "pod-protocol", "web3", "ai-agents" ], "author": "Pod Protocol", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/pod-protocol/pod-protocol.git", "directory": "cli" }, "engines": { "node": ">=18.0.0", "bun": ">=1.0.0" }, "preferredPackageManager": "bun" }