{
  "name": "@exchange-connect/coinex",
  "private": false,
  "version": "0.10.2",
  "type": "commonjs",
  "description": "Coinex ( https://www.coinex.com ) SDK",
  "main": "./build/index.js",
  "scripts": {
    "doc": "npx jsdoc -c ./jsdoc.json -r",
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "npx tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Exchange-Connect/coinex.git"
  },
  "keywords": [
    "crypto",
    "exchange",
    "coinex",
    "sdk"
  ],
  "author": "Mohammad Hosein Balkhani <mohammadhb@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Exchange-Connect/coinex/issues"
  },
  "homepage": "https://github.com/Exchange-Connect/coinex#readme",
  "dependencies": {
    "@exchange-connect/coinex": "^0.9.1",
    "@types/node": "^18.7.16",
    "axios": "^0.27.2",
    "node": "^18.9.0",
    "ws": "^8.8.1"
  },
  "devDependencies": {
    "docdash": "^1.2.0",
    "eslint": "^8.19.0",
    "jsdoc": "^3.6.10",
    "lerna": "^5.3.0",
    "nx": "^14.5.1",
    "typescript": "^4.8.3"
  },
  "workspaces": [
    "packages/*"
  ]
}
