okex-api
Version:
A modern, asynchronous, and easy-to-use [Okx API](https://www.okx.com/docs-v5) wrapper for Node.js/bun/Web Browser/Cloudflare workers.
27 lines • 499 B
JSON
{
"name": "okex-api",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"version": "1.0.0-beta.3",
"files": ["dist"],
"scripts": {
"build": "tsc"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/talrasha007/okex-api.git"
},
"keywords": [
"okex",
"okx",
"api"
],
"author": "Tal <talrasha007@gmail.com>",
"license": "MIT"
}