{
  "name": "@cutie-crypto/connector",
  "version": "3.9.18",
  "description": "Cutie Connector - Bridge between your local OpenClaw and the Cutie platform",
  "main": "dist/index.js",
  "bin": {
    "cutie-connector": "dist/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "build:test": "tsc -p test/tsconfig.json",
    "dev": "tsc --watch",
    "start": "node dist/cli.js start",
    "prepublishOnly": "node scripts/require-canary-publish.mjs",
    "lint": "tsc --noEmit",
    "test": "vitest run",
    "e2e": "node test/dist/run.js"
  },
  "keywords": [
    "cutie",
    "openclaw",
    "ai",
    "connector",
    "crypto"
  ],
  "author": "Cutie Team",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "tag": "canary"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@cutie-crypto/connector-core": "0.9.2",
    "commander": "^12.1.0",
    "ws": "^8.21.0"
  },
  "devDependencies": {
    "@types/express": "^5.0.0",
    "@types/node": "^20.14.0",
    "@types/ws": "^8.5.12",
    "express": "^5.0.0",
    "typescript": "^5.5.0",
    "vitest": "^2.1.0"
  }
}
