76 lines
1.8 KiB
JSON
76 lines
1.8 KiB
JSON
{
|
|
"name": "bybit-api",
|
|
"version": "3.3.8",
|
|
"description": "Complete & robust node.js SDK for Bybit's REST APIs and WebSockets, with TypeScript & integration 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",
|
|
"build:clean": "npm run clean && npm run build",
|
|
"build:watch": "npm run clean && tsc --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": "^0.21.0",
|
|
"isomorphic-ws": "^4.0.1",
|
|
"ws": "^7.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^26.0.23",
|
|
"@types/node": "^14.14.7",
|
|
"eslint": "^7.10.0",
|
|
"jest": "^27.0.4",
|
|
"source-map-loader": "^2.0.0",
|
|
"ts-jest": "^27.0.3",
|
|
"ts-loader": "^8.0.11",
|
|
"typescript": "^4.0.5",
|
|
"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"
|
|
}
|