UNPKG

@dolltoken/v2-sdk

Version:

⚒️ An SDK for building applications on top of Doll V2

50 lines (49 loc) 1.08 kB
{ "name": "@dolltoken/v2-sdk", "license": "MIT", "publishConfig": { "access": "public" }, "version": "3.0.0", "description": "⚒️ An SDK for building applications on top of Doll V2", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "repository": "https://github.com/dolltoken/doll-v2-sdk.git", "keywords": [ "doll", "dollar", "dolltoken", "ethereum" ], "module": "dist/v3-sdk.esm.js", "scripts": { "build": "tsdx build", "start": "tsdx watch", "test": "tsdx test", "prepublishOnly": "tsdx build" }, "dependencies": { "@dolltoken/sdk-core": "^1.0.0", "@ethersproject/abi": "^5.0.12", "@ethersproject/solidity": "^5.0.9", "@uniswap/v3-periphery": "1.0.0", "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 } }