@unifinance/sdk-core
Version:
⚒️ An SDK for building applications on top of Unifinance V3
46 lines (45 loc) • 1.02 kB
JSON
{
"name": "@unifinance/sdk-core",
"license": "MIT",
"version": "4.2.0",
"description": "⚒️ An SDK for building applications on top of Unifinance V3",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"repository": "https://github.com/Uniswap/uniswap-sdk-core.git",
"keywords": [
"unifinance",
"wonder"
],
"module": "dist/sdk-core.esm.js",
"scripts": {
"build": "tsdx build",
"start": "tsdx watch",
"test": "tsdx test",
"prepublishOnly": "tsdx build"
},
"dependencies": {
"@ethersproject/address": "^5.8.0",
"@ethersproject/strings": "5.7.0",
"big.js": "^5.2.2",
"decimal.js-light": "^2.5.0",
"jsbi": "^3.1.4",
"tiny-invariant": "^1.3.0",
"toformat": "^2.0.0"
},
"devDependencies": {
"@types/big.js": "^4.0.5",
"@types/jest": "^24.0.25",
"tsdx": "^0.14.1"
},
"engines": {
"node": ">=10"
},
"prettier": {
"printWidth": 120,
"semi": false,
"singleQuote": true
}
}