binance_bot/node_modules/binance/package.json
2025-01-07 19:06:55 +01:00

163 lines
4.0 KiB
JSON

{
"_from": "binance@2.15.1",
"_id": "binance@2.15.1",
"_inBundle": false,
"_integrity": "sha512-pq+tq6yjjagFHjQ89zRZlid6CPk2emQJIPDLcUYTn3DLqRdtd0gWaIwKIdcT0L8+p+B2KLWTj5bB8qlV+c/SQA==",
"_location": "/binance",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "binance@2.15.1",
"name": "binance",
"escapedName": "binance",
"rawSpec": "2.15.1",
"saveSpec": null,
"fetchSpec": "2.15.1"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/binance/-/binance-2.15.1.tgz",
"_shasum": "c6ade662a1540a47191cc083389170cd21c17c0d",
"_spec": "binance@2.15.1",
"_where": "C:\\Users\\Wlad\\Desktop\\binance_bot_refactoring",
"author": {
"name": "Tiago Siebler",
"url": "https://github.com/tiagosiebler"
},
"bugs": {
"url": "https://github.com/tiagosiebler/binance/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Zoey Garvey"
},
{
"name": "Clifford Roche",
"email": "clifford.roche@gmail.com",
"url": "http://www.cliffordroche.ca"
},
{
"name": "Aslam Hadi H",
"email": "aslamhadi@gmail.com",
"url": "https://www.commitcode.com"
},
{
"name": "Andrey Vorobyov",
"email": "vorandrew@gmail.com"
},
{
"name": "Dylan Sproule",
"url": "https://github.com/dylansproule"
},
{
"name": "Gavy Aggarwal",
"url": "http://gavyaggarwal.com/"
},
{
"name": "Tony Pettigrew",
"url": "https://github.com/NeverEnder4"
},
{
"name": "Chris",
"email": "apexearth@gmail.com",
"url": "https://github.com/apexearth"
},
{
"name": "Bruno Lobo",
"email": "me@brunolobo.xyz",
"url": "https://brunolobo.xyz"
},
{
"name": "0xSmartCrypto",
"email": "0xsmartcrypto@gmail.com",
"url": "https://twitter.com/0xSmartCrypto"
}
],
"dependencies": {
"axios": "^1.6.2",
"isomorphic-ws": "^4.0.1",
"nanoid": "^3.1.30",
"source-map-loader": "^2.0.0",
"ts-loader": "^8.0.11",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"ws": "^7.4.0"
},
"deprecated": false,
"description": "Node.js & JavaScript SDK for Binance REST APIs & WebSockets, with TypeScript & end-to-end tests.",
"devDependencies": {
"@types/jest": "^29.1.1",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"eslint": "^8.24.0",
"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",
"jest": "^29.1.1",
"ts-jest": "^29.1.1",
"typescript": "^4.7.4"
},
"files": [
"lib/*",
"index.js"
],
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/tiagosiebler"
},
"homepage": "https://github.com/tiagosiebler/binance#readme",
"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"
],
"license": "MIT",
"main": "lib/index.js",
"name": "binance",
"optionalDependencies": {
"source-map-loader": "^2.0.0",
"ts-loader": "^8.0.11",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tiagosiebler/binance.git"
},
"scripts": {
"betapublish": "npm publish --tag beta",
"build": "tsc",
"build:clean": "npm run clean && npm run build",
"build:watch": "npm run clean && tsc --watch",
"clean": "rimraf lib dist",
"lint": "eslint src",
"pack": "webpack --config webpack/webpack.config.js",
"prepublishOnly": "npm run build:clean",
"test": "jest",
"test:watch": "jest --watch"
},
"types": "lib/index.d.ts",
"version": "2.15.1"
}