{
  "name": "binance",
  "version": "3.5.4",
  "description": "Professional Node.js & JavaScript SDK for Binance REST APIs & WebSockets, with TypeScript & end-to-end tests.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/*",
    "index.js",
    "llms.txt"
  ],
  "scripts": {
    "test": "jest",
    "test:rest:public": "jest \"public\\.test\\.ts$\"",
    "test:rest:private": "jest \"(private\\.test|private\\.staking).*\\.ts$\"",
    "test:wsapi": "jest \"wsapi\\..*\\.test\\.ts$\"",
    "test:misc:auth": "jest \"test/auth/.*\\.test\\.ts$\"",
    "test:misc:other": "jest \"(beautifier|network)\\.test\\.ts$\"",
    "test:watch": "jest --watch",
    "clean": "rimraf lib dist",
    "build": "tsc",
    "build:clean": "npm run clean && npm run build",
    "build:watch": "npm run clean && tsc --watch",
    "pack": "webpack --config webpack/webpack.config.js",
    "lint": "eslint src",
    "prepublishOnly": "npm run build:clean",
    "betapublish": "npm publish --tag beta"
  },
  "author": "Tiago Siebler (https://siebly.io)",
  "contributors": [
    "Zoey Garvey",
    "Clifford Roche <clifford.roche@gmail.com> (http://www.cliffordroche.ca)",
    "Aslam Hadi H <aslamhadi@gmail.com> (https://www.commitcode.com)",
    "Andrey Vorobyov <vorandrew@gmail.com>",
    "Dylan Sproule (https://github.com/dylansproule)",
    "Gavy Aggarwal (http://gavyaggarwal.com/)",
    "Tony Pettigrew (https://github.com/NeverEnder4)",
    "Chris <apexearth@gmail.com> (https://github.com/apexearth)",
    "Bruno Lobo <me@brunolobo.xyz> (https://brunolobo.xyz)",
    "0xSmartCrypto <0xsmartcrypto@gmail.com> (https://twitter.com/0xSmartCrypto)"
  ],
  "dependencies": {
    "axios": "^1.13.2",
    "isomorphic-ws": "^4.0.1",
    "nanoid": "^3.3.11",
    "ws": "^7.4.0"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/node": "^22.10.2",
    "@typescript-eslint/eslint-plugin": "^8.18.0",
    "eslint": "^10.0.1",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.2.1",
    "eslint-plugin-require-extensions": "^0.1.3",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "https-proxy-agent": "^7.0.6",
    "jest": "^30.2.0",
    "rimraf": "^6.1.3",
    "ts-jest": "^29.4.6",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.3"
  },
  "optionalDependencies": {
    "source-map-loader": "^2.0.2",
    "ts-loader": "^8.0.11",
    "webpack": "^5.102.1",
    "webpack-bundle-analyzer": "^5.1.1",
    "webpack-cli": "^5.1.4"
  },
  "keywords": [
    "binance",
    "binance api",
    "binance futures api",
    "binance spot api",
    "binance margin api",
    "api",
    "websocket",
    "rest",
    "rest api",
    "inverse",
    "linear",
    "usdt",
    "trading bots",
    "nodejs",
    "node",
    "trading",
    "cryptocurrency",
    "bitcoin",
    "best"
  ],
  "funding": {
    "type": "individual",
    "url": "https://github.com/sponsors/tiagosiebler"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tiagosiebler/binance.git"
  },
  "bugs": {
    "url": "https://github.com/tiagosiebler/binance/issues"
  },
  "homepage": "https://github.com/tiagosiebler/binance#readme"
}
