okex-api
Version:
okex api for both node & frontend
34 lines (33 loc) • 728 B
JSON
{
"name": "okex-api",
"version": "0.14.0",
"description": "okex api for both node & frontend",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/talrasha007/okex-api.git"
},
"keywords": [
"okex",
"api"
],
"author": "Tal",
"license": "MIT",
"bugs": {
"url": "https://github.com/talrasha007/okex-api/issues"
},
"homepage": "https://github.com/talrasha007/okex-api#readme",
"dependencies": {
"async-ws": "0.1.1",
"axios": "^1.3.3",
"co-lodash": "^0.2.0",
"pako": "^2.1.0"
},
"devDependencies": {
"http2-wrapper": "^2.2.0",
"ws": "^8.12.1"
}
}