@catalabs/catalyst-sdk
Version:
Catalyst AMM SDK
51 lines (50 loc) • 1.36 kB
JSON
{
"name": "@catalabs/catalyst-sdk",
"version": "0.0.228",
"description": "Catalyst AMM SDK",
"keywords": [
"catalyst",
"defi",
"amm",
"sdk",
"evm",
"cosmos"
],
"author": "Catalabs <hello@catalabs.org>",
"homepage": "https://github.com/catalystdao/catalyst-dao#readme",
"license": "UNLICENSED",
"main": "build/index.js",
"files": [
"build"
],
"repository": {
"type": "git",
"url": "git+https://github.com/catalystdao/catalyst-dao.git"
},
"scripts": {
"build": "tsc -b",
"clean": "rm -rf ./build",
"barrels": "barrelsby --config barrelsby.config.json",
"typedoc:gen": "npx typedoc --out docs src/index.ts",
"codegen": "typechain --target ethers-v6 --out-dir src/contracts src/abi/*.abi",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint \"src/**/*.ts\" --fix"
},
"bugs": {
"url": "https://github.com/catalystdao/catalyst-dao/issues"
},
"dependencies": {
"@catalabs/catalyst-api-client": "^0.0.91",
"@catalabs/catalyst-chain-lists": "^0.0.41",
"@catalabs/catalyst-channel-lists": "^0.0.25",
"@typechain/ethers-v5": "^11.1.2",
"@typechain/ethers-v6": "^0.5.1",
"ethers": "^6.13.1",
"tiny-invariant": "^1.3.3",
"typechain": "^8.3.2"
},
"devDependencies": {
"typedoc": "^0.25.13",
"typescript": "^5.4.5"
}
}