UNPKG

@ghostspeak/cli

Version:

Command-line interface for GhostSpeak AI Agent Commerce Protocol - Production Ready Beta

108 lines (107 loc) 3.03 kB
{ "name": "@ghostspeak/cli", "version": "2.0.0-beta.19", "description": "Command-line interface for GhostSpeak AI Agent Commerce Protocol - Production Ready Beta", "type": "module", "bin": { "ghostspeak": "dist/index.js", "ghost": "dist/index.js" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "scripts" ], "scripts": { "build": "tsup", "dev": "tsup --watch src --watch ../sdk-typescript/dist --ignore-watch node_modules", "start": "node dist/index.js", "type-check": "tsc --noEmit", "test": "vitest", "test:ci": "vitest run", "test:unit": "vitest run tests/unit", "test:integration": "vitest run tests/integration", "test:commands": "bun scripts/test-all-commands.ts", "test:coverage": "vitest run --coverage", "test:coverage:ui": "vitest --coverage --ui", "test:watch": "vitest --watch", "test:all": "bun run build && bun run test:coverage && bun run test:commands", "lint": "eslint src --no-error-on-unmatched-pattern --max-warnings=1000", "lint:fix": "eslint src --fix", "clean": "rm -rf dist", "postinstall": "node scripts/postinstall.js" }, "keywords": [ "solana", "blockchain", "ai-agents", "cli", "typescript", "web3", "protocol", "commerce", "autonomous-agents", "marketplace", "command-line", "devnet-ready" ], "author": "GhostSpeak Protocol <team@ghostspeak.io>", "license": "MIT", "homepage": "https://www.ghostspeak.io/", "repository": { "type": "git", "url": "https://github.com/Ghostspeak/GhostSpeak", "directory": "packages/cli" }, "bugs": { "url": "https://github.com/Ghostspeak/GhostSpeak/issues " }, "publishConfig": { "access": "public" }, "dependencies": { "@clack/core": "^0.5.0", "@clack/prompts": "^0.11.0", "@ghostspeak/sdk": "^2.0.5", "@metaplex-foundation/mpl-bubblegum": "^5.0.2", "@metaplex-foundation/umi": "^1.2.0", "@metaplex-foundation/umi-bundle-defaults": "^1.2.0", "@solana/addresses": "^2.3.0", "@solana/kit": "^2.3.0", "@types/figlet": "^1.5.0", "bip39": "^3.1.0", "boxen": "^8.0.1", "chalk": "^5.3.0", "cli-table3": "^0.6.5", "commander": "^14.0.0", "console-table-printer": "^2.14.6", "dotenv": "^17.2.0", "ed25519-hd-key": "^1.3.0", "figlet": "^1.7.0", "lru-cache": "^11.1.0", "node-fetch": "^2.7.0", "ora": "^9.0.0", "picocolors": "^1.1.1", "pino": "9.9.0", "pino-pretty": "13.1.1", "rxjs": "^7.8.2", "tweetnacl": "^1.0.3" }, "devDependencies": { "@types/bip39": "^3.0.4", "@types/node": "^24.0.15", "@types/node-fetch": "^2.6.11", "@typescript-eslint/eslint-plugin": "^8.37.0", "@typescript-eslint/parser": "^8.37.0", "@vitest/coverage-v8": "^3.2.4", "@vitest/ui": "^3.2.4", "eslint": "^9.31.0", "tsup": "^8.0.0", "typescript": "^5.9.3", "vitest": "^3.2.4" }, "engines": { "node": ">=20.0.0" } }