UNPKG

@widolabs/collateral-swap-sdk

Version:

TypeScript SDK for interacting with the Wido protocol to allow collateral swaps on Compound Comet.

62 lines (61 loc) 1.72 kB
{ "name": "@widolabs/collateral-swap-sdk", "license": "UNLICENSED", "version": "0.3.1", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*", "docs/**/*" ], "publishConfig": { "access": "public" }, "typings": "dist/index.d.ts", "scripts": { "start": "concurrently 'vite build --watch' 'yarn types --watch --preserveWatchOutput' --names 'vite,tsc' -c 'green,blue'", "build": "vite build && yarn docs", "types": "tsc --project tsconfig.prod.json", "check-types": "tsc --noEmit", "prepublish": "yarn build && yarn docs", "pack": "yarn pack", "lint": "eslint --ext='ts' src", "lint:fix": "yarn lint -- --fix", "test": "vitest", "test:ui": "vitest --ui", "coverage": "vitest run --coverage", "docs": "typedoc --out docs src/index.ts --excludePrivate --excludeInternal --readme none --sort source-order", "docs:watch": "yarn docs --watch" }, "devDependencies": { "@0xsequence/multicall": "^0.43.27", "@compound-finance/compound-js": "0.6.2", "@typescript-eslint/eslint-plugin": "^5.30.0", "@typescript-eslint/parser": "^5.30.0", "@vitest/coverage-c8": "^0.24.3", "@vitest/ui": "^0.24.3", "concurrently": "^7.4.0", "cross-fetch": "^3.1.5", "eslint": "^8.18.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.1.0", "ethers": "5.7.2", "prettier": "^2.7.1", "typedoc": "^0.23.2", "typescript": "^4.5.4", "vite": "^2.9.15", "vite-plugin-dts": "^2.3.0", "vitest": "^0.24.3", "wido": "^0.3.5" }, "keywords": [ "wido", "zap", "zaps", "ethereum", "evm", "crypto", "sdk", "typescript" ] }