{
  "name": "@geodesics-protocol/cli",
  "version": "0.2.2",
  "description": "Geodesics swap skill CLI: gasless cross-chain swaps for agents.",
  "license": "MIT",
  "homepage": "https://geodesics.ai",
  "keywords": [
    "swaps",
    "cross-chain",
    "gasless",
    "agents",
    "solana",
    "evm",
    "virtuals",
    "skill"
  ],
  "type": "module",
  "bin": {
    "geodesics": "./dist/index.js"
  },
  "files": [
    "dist",
    "scripts",
    "SKILL.md",
    "QUICKSTART.md"
  ],
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@account-kit/infra": "^4.73.0",
    "@clack/prompts": "^1.7.0",
    "@solana/web3.js": "^1.95.0",
    "@virtuals-protocol/acp-node-v2": "^0.1.7",
    "dotenv": "^16.4.5",
    "picocolors": "^1.1.1",
    "viem": "^2.21.0"
  },
  "devDependencies": {
    "@types/node": "^22.7.0",
    "tsup": "^8.2.0",
    "zod": "^3.23.8",
    "@geodesics-protocol/sdk": "0.2.2",
    "@geodesics/types": "0.0.0",
    "@geodesics/util": "0.0.0"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.mjs",
    "build": "tsup",
    "typecheck": "tsc --noEmit",
    "test": "vitest run --passWithNoTests",
    "lint": "biome check ."
  }
}