UNPKG

hypesdk

Version:

A powerful SDK for interacting with the Hype blockchain, featuring advanced routing and token swap capabilities

45 lines (44 loc) 948 B
{ "name": "hypesdk", "version": "1.1.1", "description": "A powerful SDK for interacting with the Hype blockchain, featuring advanced routing and token swap capabilities", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "build": "tsc", "prepare": "npm run build", "test": "jest", "lint": "eslint src --ext .ts" }, "keywords": [ "blockchain", "hype", "sdk", "defi", "ethereum", "web3", "cryptocurrency" ], "author": "", "license": "MIT", "dependencies": { "ethers": "^6.0.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "jest": "^29.0.0", "@types/jest": "^29.0.0", "ts-jest": "^29.0.0" }, "peerDependencies": { "ethers": "^6.0.0" } }