UNPKG

node-binance-api

Version:

Binance API for node https://github.com/ccxt/node-binance-api

97 lines (96 loc) 3.15 kB
{ "name": "node-binance-api", "version": "1.0.11", "description": "Binance API for node https://github.com/ccxt/node-binance-api", "typings": "./dist/node-binance-api.d.ts", "type": "module", "exports": { ".": { "import": "./dist/node-binance-api.js", "require": "./dist/cjs/node-binance-api.cjs" } }, "dependencies": { "https-proxy-agent": "^7.0.0", "json-bigint": "^1.0.0", "lodash.zipobject": "^4.1.3", "node-fetch": "2.7.0", "socks-proxy-agent": "^8.0.5", "string-hash": "^1.1.3", "url": "^0.11.0", "ws": "^7.2.0", "@types/ws": "^8.18.0" }, "scripts": { "build": "tsc && npm run bundle-cjs", "test": "mocha ./tests/live-tests.cjs", "static-test": "mocha ./tests/static-tests.mjs", "ts-test-live": "mocha ./tests/binance-class-live.test.ts", "ts-test-static": "mocha ./tests/binance-class-static.test.ts", "test-cjs": "node ./tests/cjs-test.cjs", "crypto-tests": "mocha ./tests/crypto.test.ts", "ws-tests": "mocha ./tests/binance-class-ws.test.ts", "ws-tests-spot": "mocha ./tests/binance-ws-spot.test.ts --exit", "ws-tests-futures": "mocha ./tests/binance-ws-futures.test.ts --exit", "test-debug": "mocha --inspect-brk", "lint": "eslint src/", "cover": "istanbul cover _mocha --report lcovonly", "coveralls": "cat ./coverage/lcov.info | coveralls", "codacy": "cat ./coverage/lcov.info | codacy-coverage -v", "codecov": "codecov", "bundle-cjs": "mkdir -p dist/cjs && rollup -c rollup.config.js", "package-test": "./tests/package.sh", "publishPackage": "npm run build && sh publish.sh && git push && git push --tags && npm publish", "rollup-plugin-execute": "^1.1.1" }, "repository": { "type": "git", "url": "https://github.com/ccxt/node-binance-api.git" }, "keywords": [ "binance", "api", "trading", "crypto" ], "author": "Jon Eyrick <info@liquidity.ltd> (https://darkpool.ventures)", "license": "MIT", "bugs": { "url": "https://github.com/ccxt/node-binance-api/issues" }, "homepage": "https://github.com/ccxt/node-binance-api", "devDependencies": { "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.2", "@types/async": "^3.2.24", "@types/chai": "^5.0.1", "@types/json-bigint": "^1.0.4", "@types/mocha": "^10.0.10", "@types/request": "^2.48.12", "@types/string-hash": "^1.1.3", "@typescript-eslint/eslint-plugin": "^8.28.0", "chai": "^4.5.0", "chai-counter": "^1.0.0", "codacy-coverage": "^2.0.3", "codecov": "^3.6.1", "coveralls": "^3.0.7", "eslint": "^8.57.0", "eslint-plugin-jsdoc": "^50.6.9", "esm-to-cjs": "^1.2.1", "istanbul": "^0.4.5", "jest": "^29.7.0", "jsdoc": "^4.0.4", "mocha": "^11.1.0", "mocha-lcov-reporter": "^1.3.0", "nock": "^14.0.1", "nyc": "^17.1.0", "rollup": "^4.37.0", "rollup-plugin-execute": "^1.1.1", "ts-jest": "^29.3.0", "tslib": "^2.8.1", "tsx": "^4.19.3", "typescript": "^5.8.2" } }