UNPKG

@dahlia-labs/stableswap-sdk

Version:
70 lines 1.8 kB
{ "name": "@dahlia-labs/stableswap-sdk", "description": "SDK for Mobius's StableSwap program.", "keywords": [ "celo", "mobius", "dahlia", "pinnata" ], "version": "0.10.4", "repository": { "type": "git", "url": "git+ssh://git@github.com/DahliaLabs/dahlia-common.git" }, "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" } }, "author": "Kyle Scott <kyle@dahlia.finance>", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "license": "Apache-2.0", "scripts": { "build": "npm run typechain && tsc && tsc -P tsconfig.cjs.json", "clean": "rm -fr dist/", "typechain": "typechain --target=ethers-v5 'src/**/abis/**/*.json' --out-dir src/generated/" }, "engines": { "node": ">=12.x" }, "devDependencies": { "@typechain/ethers-v5": "^10.1.1", "@types/bn.js": "^5.1.1", "@types/lodash.mapvalues": "^4.6.7", "@types/node": "^18.11.9", "bn.js": "^5.2.1", "ethers": "^5.7.2", "jsbi": "^4.3.0", "typechain": "^8.1.1", "typescript": "^4.9.3" }, "peerDependencies": { "bn.js": ">=5", "jsbi": "^3 || ^4" }, "dependencies": { "@dahlia-labs/token-utils": "^0.10.4", "@dahlia-labs/use-ethers": "^0.10.4", "@ethersproject/abi": "^5.7.0", "@ethersproject/bignumber": "^5.7.0", "@ethersproject/providers": "^5.7.2", "@saberhq/tsconfig": "^2.1.0", "lodash.mapvalues": "^4.6.0", "tslib": "^2.4.1" }, "files": [ "dist/", "src/" ], "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/DahliaLabs/dahlia-common/issues" }, "homepage": "https://github.com/DahliaLabs/dahlia-common#readme", "gitHead": "f41418de24916ae96753da2fba3fff2d404c178e" }