{
  "name": "@okx_ai/okx-trade-cli",
  "version": "1.4.4",
  "description": "OKX CLI - Command line tool for OKX exchange",
  "type": "module",
  "license": "MIT",
  "main": "dist/index.js",
  "bin": {
    "okx": "dist/index.js"
  },
  "files": [
    "dist",
    "scripts",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup && node -e \"const fs=require('fs');fs.mkdirSync('scripts',{recursive:true});fs.copyFileSync('../../scripts/postinstall-notice.js','scripts/postinstall.js')\"",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist scripts",
    "postinstall": "node scripts/postinstall.js || exit 0",
    "test:unit": "node_modules/.bin/tsx --test --test-reporter=spec test/*.test.ts",
    "test:coverage": "c8 --reporter=lcov --reporter=text --src=src node_modules/.bin/tsx --test test/*.test.ts"
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "okx",
    "cli",
    "trading"
  ],
  "dependencies": {
    "undici": "^6.0.0",
    "yauzl": "^3.2.1"
  },
  "devDependencies": {
    "@agent-tradekit/core": "file:../core",
    "@types/node": "^25.2.2",
    "c8": "^10.1.3",
    "tsup": "^8.5.1",
    "tsx": "^4.19.3",
    "typescript": "^5.9.3"
  }
}
