@ghostspeak/cli
Version:
Command-line interface for GhostSpeak AI Agent Commerce Protocol - Production Ready Beta
89 lines (88 loc) • 2.26 kB
JSON
{
"name": "@ghostspeak/cli",
"version": "1.12.0",
"description": "Command-line interface for GhostSpeak AI Agent Commerce Protocol - Production Ready Beta",
"type": "module",
"bin": {
"ghostspeak": "dist/index.js",
"gs": "dist/index.js"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"scripts"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"start": "node dist/index.js",
"type-check": "tsc --noEmit",
"test": "vitest",
"test:ci": "vitest run",
"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",
"license": "MIT",
"homepage": "https://github.com/Prompt-or-Die/ghostspeak#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Prompt-or-Die/ghostspeak.git",
"directory": "packages/cli"
},
"bugs": {
"url": "https://github.com/Prompt-or-Die/ghostspeak/issues"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@clack/core": "^0.5.0",
"@clack/prompts": "^0.11.0",
"@ghostspeak/sdk": "^1.0.0",
"@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",
"boxen": "^8.0.1",
"chalk": "^5.3.0",
"commander": "^14.0.0",
"dotenv": "^17.2.0",
"figlet": "^1.7.0",
"node-fetch": "^2.7.0",
"ora": "^8.0.0",
"picocolors": "^1.1.1"
},
"devDependencies": {
"@types/node": "^24.0.15",
"@types/node-fetch": "^2.6.11",
"@typescript-eslint/eslint-plugin": "^8.37.0",
"@typescript-eslint/parser": "^8.37.0",
"eslint": "^9.31.0",
"tsup": "^8.0.0",
"typescript": "^5.3.0",
"vitest": "^3.2.4"
},
"engines": {
"node": ">=20.0.0"
}
}