{
  "name": "@eco-foundation/routes-ts",
  "version": "1.17.6",
  "description": "The Eco Routes Protocol is a decentralized intent based system that allows users to submit their intent to the network and have it fulfilled by a solver on the destination rollup of their choise.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "homepage": "https://github.com/eco/eco-routes#readme",
  "bugs": {
    "url": "https://github.com/eco/eco-routes/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eco/eco-routes.git"
  },
  "author": "Eco Engineering <eng@eco.com>",
  "license": "MIT",
  "keywords": [
    "solidity",
    "ethereum",
    "eco routes",
    "routes",
    "bend",
    "protocol",
    "rollup",
    "solver"
  ],
  "dependencies": {
    "viem": "^2.22.21"
  }
}