@aryze/v3-sdk
Version:
⚒️ An SDK for building applications on top of MAMA V3
53 lines (52 loc) • 1.37 kB
JSON
{
"name": "@aryze/v3-sdk",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"version": "3.9.15",
"description": "⚒️ An SDK for building applications on top of MAMA V3",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"repository": "https://github.com/aryze/aryze-v3-sdk.git",
"keywords": [
"aryze",
"ethereum"
],
"module": "dist/v3-sdk.esm.js",
"scripts": {
"build": "tsdx build",
"start": "tsdx watch",
"test": "tsdx test",
"prepublishOnly": "tsdx build",
"upgrade-aryze": "npm i @aryze/v3-core@latest @aryze/v2-core@latest @aryze/v3-periphery@latest @aryze/v3-staker@latest @aryze/swap-router-contracts@latest @aryze/sdk-core@latest "
},
"dependencies": {
"@aryze/sdk-core": "^3.2.23",
"@aryze/swap-router-contracts": "^1.3.11",
"@aryze/v2-core": "^1.0.11",
"@aryze/v3-periphery": "^1.4.14",
"@aryze/v3-staker": "^1.0.10",
"@ethersproject/abi": "^5.0.12",
"@ethersproject/solidity": "^5.0.9",
"jsbi": "^3.2.0",
"tiny-invariant": "^1.1.0",
"tiny-warning": "^1.0.3"
},
"devDependencies": {
"@aryze/v3-core": "^1.0.20",
"@types/jest": "^24.0.25",
"tsdx": "^0.14.1"
},
"engines": {
"node": ">=10"
},
"prettier": {
"printWidth": 120,
"semi": false,
"singleQuote": true
}
}