hyperliquid-sdk
Version:
<<< Typescript SDK for the Hyperliquid API >>>
44 lines (43 loc) • 996 B
JSON
{
"name": "hyperliquid-sdk",
"version": "2.4.2",
"description": "<<< Typescript SDK for the Hyperliquid API >>>",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts",
"test": "jest",
"test:watch": "jest --watch"
},
"repository": {
"type": "git",
"directory": "packages/sdk",
"url": "git+https://github.com/evgeny-s/hyperliquid-ts-sdk.git"
},
"keywords": [
"hyperliquid",
"typescript",
"api",
"sdk",
"dex",
"websocket"
],
"author": "Evgeny Svirsky",
"license": "MIT",
"dependencies": {
"@msgpack/msgpack": "^3.0.0-beta2",
"@types/ws": "^8.5.13",
"axios": "^1.7.9",
"ethers": "^6.13.4",
"typescript": "^5.7.2"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"jest": "^29.7.0",
"jest-fixed-jsdom": "^0.0.9",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsup": "^8.3.5"
}
}