{
  "name": "@swapnet-xyz/sdk",
  "version": "1.0.10",
  "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",
  "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"
  },
  "browserslist": [
    "chrome 52",
    "node 7",
    "edge 14"
  ],
  "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!\""
  }
}