{
  "name": "crypto-wrap-api",
  "version": "0.1.1",
  "description": "Cryptocurrency Exchange API wrapper (Rest | Websocket)",
  "main": "dist/src/index.js",
  "scripts": {
    "prepublish": "npm run build",
    "build": " rm -rf dist && tsc",
    "format:fix": "prettier --write  \"src/**\" \"__tests__/**\"",
    "format": "prettier --check \"src/**\" \"__tests__/**\"",
    "lint": "eslint src __tests__",
    "test": "nyc --reporter=lcov --reporter=text --extension=.ts mocha --require ts-node/register --recursive \"__tests__/**/*.spec.ts\""
  },
  "keywords": [
    "cryptocurrency",
    "typescript",
    "api",
    "websocket",
    "exchange"
  ],
  "author": "Thammarong Glomjai <thammrong@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "axios": "^0.27.2",
    "browser-or-node": "^2.0.0",
    "ccxt": "^1.86.93",
    "crc": "^4.1.1",
    "decimal.js": "^10.3.1",
    "got": "^12.1.0",
    "moment": "^2.29.3",
    "semaphore": "^1.1.0",
    "ws": "^8.8.0"
  },
  "devDependencies": {
    "@types/chai": "^4.3.1",
    "@types/mocha": "^9.1.1",
    "@types/node": "^17.0.42",
    "@types/semaphore": "^1.1.1",
    "@types/sinon": "^10.0.11",
    "@types/ws": "^8.5.3",
    "@typescript-eslint/eslint-plugin": "^5.27.1",
    "@typescript-eslint/parser": "^5.27.1",
    "chai": "^4.3.6",
    "eslint": "^8.17.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prefer-arrow": "^1.2.3",
    "mocha": "^10.0.0",
    "nyc": "^15.1.0",
    "prettier": "^2.6.2",
    "sinon": "^14.0.0",
    "ts-node": "^10.8.1",
    "typescript": "^4.7.3"
  }
}
