{
  "name": "@cryptorobot.ai/client",
  "description": "A typed client for the Cryptorobot.ai platform",
  "version": "1.35.0",
  "homepage": "",
  "keywords": [
    "cryptocurrency",
    "trading",
    "algorithmic",
    "high-frequency",
    "hft",
    "crypto",
    "bitcoin"
  ],
  "contributors": [],
  "bugs": {},
  "engines": {
    "node": ">= 24.0.0"
  },
  "main": "lib/src/client",
  "lint-staged": {
    "*.ts": [
      "eslint --fix",
      "prettier --write"
    ]
  },
  "dependencies": {
    "@feathersjs/authentication": "^5.0.21",
    "@feathersjs/authentication-client": "^5.0.21",
    "@feathersjs/authentication-local": "^5.0.21",
    "@feathersjs/authentication-oauth": "^5.0.21",
    "@feathersjs/configuration": "^5.0.21",
    "@feathersjs/errors": "^5.0.21",
    "@feathersjs/feathers": "^5.0.21",
    "@feathersjs/koa": "^5.0.21",
    "@feathersjs/memory": "^5.0.21",
    "@feathersjs/mongodb": "^5.0.21",
    "@feathersjs/schema": "^5.0.21",
    "@feathersjs/socketio": "^5.0.21",
    "@feathersjs/socketio-client": "^5.0.21",
    "@feathersjs/transport-commons": "^5.0.21",
    "@feathersjs/typebox": "^5.0.21"
  }
}