{
  "name": "okx-api-node-client",
  "version": "1.0.5",
  "description": "Node.js connector for OKX market REST APIs and WebSockets",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "index.js"
  ],
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "build": "tsc",
    "build:clean": "npm run build",
    "build:watch": "tsc --watch",
    "pack": "webpack --config webpack/webpack.config.js",
    "prepublish": "npm run build",
    "betapublish": "npm publish --tag beta"
  },
  "author": "Gor Gevorgyan",
  "contributors": [],
  "dependencies": {
    "axios": "^0.21.0",
    "isomorphic-ws": "^4.0.1",
    "ws": "^7.4.0"
  },
  "devDependencies": {
    "@types/jest": "^28.1.4",
    "@types/node": "^14.14.7",
    "eslint": "^8.19.0",
    "jest": "^28.1.2",
    "source-map-loader": "^4.0.0",
    "ts-jest": "^28.0.5",
    "ts-loader": "^9.3.1",
    "typescript": "^4.7.4",
    "webpack": "^5.4.0",
    "webpack-bundle-analyzer": "^4.1.0",
    "webpack-cli": "^4.2.0"
  },
  "keywords": [
    "okx",
    "okx api",
    "okex",
    "okex api",
    "api",
    "websocket",
    "rest",
    "rest api",
    "usdt",
    "trading bots",
    "nodejs",
    "node",
    "trading",
    "cryptocurrency",
    "bitcoin",
    "best"
  ],
  "license": "MIT",
  "directories": {
    "doc": "docs",
    "example": "examples",
    "lib": "lib",
    "test": "test"
  }
}
