UNPKG

@okx-dex/okx-dex-sdk

Version:
56 lines (55 loc) 1.24 kB
{ "name": "@okx-dex/okx-dex-sdk", "version": "1.0.16", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "test": "jest", "clean": "rm -rf dist", "prepare": "npm run clean && npm run build", "prepublishOnly": "npm test" }, "keywords": [ "okx", "dex", "sdk" ], "author": "Julian Martinez", "license": "MIT", "description": "OKX DEX SDK", "dependencies": { "@mysten/sui": "^1.20.0", "@okxweb3/coin-ethereum": "^1.1.1", "@okxweb3/coin-sui": "^1.1.1", "@solana/web3.js": "^1.98.2", "@types/bn.js": "^5.1.6", "@types/bs58": "^5.0.0", "axios": "^1.6.7", "bn.js": "^5.2.2", "bs58": "^6.0.0", "crypto-js": "^4.2.0", "dotenv": "^16.5.0", "ethers": "^6.14.3", "typescript": "^5.8.3", "valibot": "^1.1.0", "web3": "^4.16.0" }, "devDependencies": { "@types/crypto-js": "^4.2.2", "@types/jest": "^29.5.14", "@types/node": "^22.13.4", "jest": "^29.7.0", "ts-jest": "^29.2.5" }, "repository": { "type": "git", "url": "git+https://github.com/okx/okx-dex-sdk.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/" } }