equation-sdk
Version:
🛠An SDK for building applications on top of Equation.
44 lines (43 loc) • 1.1 kB
JSON
{
"name": "equation-sdk",
"version": "1.0.7",
"description": "🛠An SDK for building applications on top of Equation.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist/equation-sdk.esm.js",
"author": "ethan",
"license": "MIT",
"keywords": [
"Equation",
"Arbitrum"
],
"devDependencies": {
"tsdx": "^0.14.1"
},
"dependencies": {
"@ethersproject/abi": "^5.7.0",
"@ethersproject/address": "^5.7.0",
"@ethersproject/constants": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@ethersproject/solidity": "^5.7.0",
"axios": "^1.6.7",
"dayjs": "^1.11.10",
"decimal.js": "^10.4.3",
"ethers": "^5.7.2",
"lodash-es": "^4.17.21",
"tiny-invariant": "^1.3.3",
"type-fest": "^4.12.0"
},
"scripts": {
"start": "tsdx watch",
"lint": "tsdx lint src test",
"build": "tsdx build",
"test": "tsdx test --transformIgnorePatterns \"node_modules/(?!axios)/\""
},
"jest": {
"testTimeout": 1000000000,
"moduleNameMapper": {
"^axios$": "axios/dist/node/axios.cjs"
}
}
}