{
  "name": "@binance/futures-connector",
  "version": "0.1.7",
  "description": "NodeJS Binance Futures Connector",
  "main": "src/index.js",
  "scripts": {
    "test": "jest --detectOpenHandles",
    "test:watch": "jest --watchAll",
    "standard": "standard",
    "coverage": "jest --silent --ci --coverage --testLocationInResults"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/binance/binance-futures-connector-node.git"
  },
  "engines": {
    "node": ">=16.20.2",
    "npm": ">=8.19.4"
  },
  "keywords": [
    "Binance",
    "API"
  ],
  "author": "Binance",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/binance/binance-futures-connector-node/issues"
  },
  "homepage": "https://github.com/binance/binance-futures-connector-node#readme",
  "files": [
    "src/**/*"
  ],
  "dependencies": {
    "axios": "^1.7.4",
    "ws": "^8.17.1"
  },
  "devDependencies": {
    "jest": "^29.7.0",
    "nock": "^13.3.3",
    "standard": "^17.1.0"
  },
  "jest": {
    "testPathIgnorePatterns": [
      "__tests__/websocket/subscription.test.js"
    ],
    "transformIgnorePatterns": [
      "node_modules/(?!axios)/"
    ],
    "testMatch": [
      "**/__tests__/**/*.test.js"
    ]
  },
  "standard": {
    "ignore": [
      "__tests__/**/*.js"
    ]
  }
}
