UNPKG

@huangapple/okx-api

Version:

Complete & robust Node.js SDK for OKX's REST APIs and WebSockets, with TypeScript & end-to-end tests.

77 lines (76 loc) 2.36 kB
{ "name": "@huangapple/okx-api", "version": "0.0.2", "description": "Complete & robust Node.js SDK for OKX's REST APIs and WebSockets, with TypeScript & 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": "rm -rf lib dist", "clean:win": "if exist lib rmdir /S /Q lib && if exist dist rmdir /Q /S dist", "build": "tsc", "build:clean": "npm run clean && npm run build", "build:cleanWin": "npm run clean:win && 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", "pub": "npm run build:cleanWin && npm publish --access public --registry=https://registry.npmjs.com" }, "author": "Tiago Siebler (https://github.com/tiagosiebler)", "contributors": [], "dependencies": { "axios": "^0.21.0", "isomorphic-ws": "^4.0.1", "ws": "^7.4.0" }, "devDependencies": { "@types/jest": "^28.1.4", "@types/node": "^14.14.7", "eslint": "^8.19.0", "jest": "^28.1.2", "source-map-loader": "^4.0.0", "ts-jest": "^28.0.5", "ts-loader": "^9.3.1", "typescript": "^4.7.4", "webpack": "^5.4.0", "webpack-bundle-analyzer": "^4.1.0", "webpack-cli": "^4.2.0" }, "keywords": [ "okx", "okx api", "okex", "okex api", "api", "websocket", "rest", "rest api", "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/okx-api" }, "bugs": { "url": "https://github.com/tiagosiebler/okx-api/issues" }, "homepage": "https://github.com/tiagosiebler/okx-api#readme" }