UNPKG

@zentraswap/v3-sdk

Version:

⚒️ An SDK for building applications on top of Zentra X V3

52 lines (51 loc) 1.17 kB
{ "name": "@zentraswap/v3-sdk", "license": "MIT", "publishConfig": { "access": "public" }, "version": "3.10.3", "description": "⚒️ An SDK for building applications on top of Zentra X V3", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "repository": "https://github.com/Uniswap/uniswap-v3-sdk.git", "keywords": [ "uniswap", "ethereum", "zentra", "pharos" ], "module": "dist/v3-sdk.esm.js", "scripts": { "build": "tsdx build", "start": "tsdx watch", "test": "tsdx test", "prepublishOnly": "tsdx build" }, "dependencies": { "@ethersproject/abi": "^5.0.12", "@ethersproject/solidity": "^5.0.9", "@uniswap/swap-router-contracts": "^1.2.1", "@uniswap/v3-periphery": "^1.1.1", "@uniswap/v3-staker": "1.0.0", "@zentraswap/sdk-core": "^4.0.9", "tiny-invariant": "^1.1.0", "tiny-warning": "^1.0.3" }, "devDependencies": { "@types/jest": "^24.0.25", "@uniswap/v3-core": "1.0.0", "tsdx": "^0.14.1" }, "engines": { "node": ">=10" }, "prettier": { "printWidth": 120, "semi": false, "singleQuote": true } }