UNPKG

@okx-dex/okx-dex-sdk

Version:
54 lines (53 loc) 1.19 kB
{ "name": "@okx-dex/okx-dex-sdk", "version": "1.0.11", "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.0.12", "@okxweb3/coin-sui": "^1.1.0", "@solana/web3.js": "^1.98.0", "@types/bn.js": "^5.1.6", "@types/bs58": "^4.0.4", "bn.js": "^5.2.1", "bs58": "^6.0.0", "crypto-js": "^4.2.0", "dotenv": "^16.4.7", "typescript": "^5.7.3", "valibot": "^0.36.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/" } }