84 lines
2.2 KiB
JSON
84 lines
2.2 KiB
JSON
{
|
|
"name": "bybit-api",
|
|
"version": "3.10.17",
|
|
"description": "Complete & robust Node.js SDK for Bybit's REST APIs and WebSockets, with TypeScript & strong end to end tests.",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"lib/*",
|
|
"index.js"
|
|
],
|
|
"scripts": {
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"clean": "rimraf lib dist",
|
|
"build": "tsc --project tsconfig.build.json",
|
|
"build:clean": "npm run clean && npm run build",
|
|
"build:watch": "npm run clean && tsc --project tsconfig.build.json --watch",
|
|
"pack": "webpack --config webpack/webpack.config.js",
|
|
"prepublish": "npm run build:clean",
|
|
"betapublish": "npm publish --tag beta"
|
|
},
|
|
"author": "Tiago Siebler (https://github.com/tiagosiebler)",
|
|
"contributors": [
|
|
"Stefan Aebischer <os@pixtron.ch> (https://pixtron.ch)"
|
|
],
|
|
"dependencies": {
|
|
"axios": "^1.6.6",
|
|
"isomorphic-ws": "^4.0.1",
|
|
"ws": "^7.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.11",
|
|
"@types/node": "^20.11.6",
|
|
"@typescript-eslint/eslint-plugin": "^7.1.0",
|
|
"@typescript-eslint/parser": "^7.1.0",
|
|
"eslint": "^8.29.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-simple-import-sort": "^12.0.0",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.1.2",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"optionalDependencies": {
|
|
"source-map-loader": "^2.0.0",
|
|
"ts-loader": "^8.0.11",
|
|
"webpack": "^5.4.0",
|
|
"webpack-bundle-analyzer": "^4.1.0",
|
|
"webpack-cli": "^4.2.0"
|
|
},
|
|
"keywords": [
|
|
"bybit",
|
|
"bybit 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": "https://github.com/tiagosiebler/bybit-api"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tiagosiebler/bybit-api/issues"
|
|
},
|
|
"homepage": "https://github.com/tiagosiebler/bybit-api#readme"
|
|
}
|