UNPKG

swapnet-sdk-test-4

Version:
59 lines 1.53 kB
{ "name": "swapnet-sdk-test-4", "version": "1.0.9", "main": "dist/index.js", "typings": "dist/index.d.ts", "type": "module", "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/swapnet-xyz/swapnet-sdk.git" }, "license": "GPL-3.0-only", "keywords": [ "swapnet", "swapnet API", "encode", "calldata", "parse", "router", "swapnet router", "router contract", "ethers", "eth_call", "override", "evm", "smart contract" ], "homepage": "https://github.com/swapnet-xyz/swapnet-sdk#readme", "scripts": { "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "build": "tsc && swc ./src -d dist --copy-files", "clean": "rm -rf node_modules dist", "test": "echo \"Done!\"" }, "dependencies": { "ethers": "^6.7.0", "graph-data-structure": "^3.3.0" }, "devDependencies": { "@swc/cli": "^0.1.63", "@swc/core": "^1.3.101", "@types/node": "^18.15.13", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.45.0", "typescript": "^5.3.3", "@uniswap/permit2-sdk": "^1.2.0", "ethers": "^5.3.1", "blast-mainnet-few-router-sdk-20": "^3.8.0", "blast-mainnet-universal-router-sdk-29": "^3.0.0" }, "browserslist": [ "chrome 52", "node 7", "edge 14" ] }