UNPKG

violet-swapr

Version:

An SDK for building applications on top of DXswap.

80 lines (79 loc) 2.07 kB
{ "name": "violet-swapr", "license": "AGPL-3.0-or-later", "version": "0.10.20", "description": "An SDK for building applications on top of DXswap.", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/levelkdev/dxswap-sdk.git" }, "keywords": [ "dxswap", "ethereum" ], "module": "dist/sdk.esm.js", "scripts": { "lint": "tsdx lint src test", "build": "tsdx build && cp -r ./src/abis ./dist", "start": "tsdx watch", "test": "tsdx test", "prepare": "yarn build" }, "dependencies": { "@makerdao/multicall": "^0.11.0", "@swapr/core": "^0.3.18", "@swapr/periphery": "^0.3.20", "big.js": "^5.2.2", "decimal.js-light": "^2.5.0", "jsbi": "^3.1.1", "tiny-invariant": "^1.1.0", "tiny-warning": "^1.0.3", "toformat": "^2.0.0" }, "peerDependencies": { "@ethersproject/abi": "^5.0.7", "@ethersproject/address": "^5.0.0-beta", "@ethersproject/contracts": "^5.0.0-beta", "@ethersproject/networks": "^5.0.0-beta", "@ethersproject/providers": "^5.0.0-beta", "@ethersproject/solidity": "^5.0.0-beta" }, "devDependencies": { "@ethersproject/abi": "^5.4.0", "@ethersproject/address": "^5.4.0", "@ethersproject/contracts": "^5.4.0", "@ethersproject/networks": "^5.4.1", "@ethersproject/providers": "^5.4.2", "@ethersproject/solidity": "^5.4.0", "@types/big.js": "^4.0.5", "@types/jest": "^24.0.25", "@types/node-fetch": "^2.5.8", "@uniswap/token-lists": "^1.0.0-beta.24", "babel-plugin-transform-jsbi-to-bigint": "^1.3.1", "tsdx": "^0.12.3" }, "engines": { "node": ">=10" }, "prettier": { "printWidth": 120, "semi": false, "singleQuote": true }, "jest": { "testTimeout": 20000 }, "bugs": { "url": "https://github.com/levelkdev/dxswap-sdk/issues" }, "homepage": "https://github.com/levelkdev/dxswap-sdk#readme", "directories": { "test": "test" }, "author": "violet" }