{
  "name": "@coinex-org/coinex",
  "version": "0.0.0",
  "description": "A lightweight, type-safe TypeScript HTTP client for the official CoinEx API v2, covering all major modules including Spot, Futures, Account, and Assets.",
  "keywords": [
    "coinex",
    "api",
    "http",
    "client",
    "exchange",
    "crypto"
  ],
  "homepage": "https://github.com/shahradelahi/coinex/packages/coinex#readme",
  "repository": {
    "url": "https://github.com/shahradelahi/coinex.git",
    "directory": "/packages/coinex"
  },
  "license": "MIT",
  "author": "Shahrad Elahi <shahrad@litehex.com> (https://github.com/shahradelahi)",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.cjs"
    }
  },
  "files": [
    "dist/**",
    "!**/*.d.cts"
  ],
  "dependencies": {
    "deepmerge": "^4.3.1",
    "ky": "^1.8.1"
  },
  "engines": {
    "node": ">=18",
    "pnpm": "9.x"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}