fynd 0.50.0

High-performance DeFi route-finding engine — embeddable library and CLI
{
  "name": "@kayibal/fynd-client",
  "version": "0.50.0",
  "description": "TypeScript client for the Fynd DEX router",
  "repository": {
    "type": "git",
    "url": "https://github.com/propeller-heads/fynd"
  },
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc --noEmit",
    "lint": "oxlint src/",
    "test": "vitest run"
  },
  "dependencies": {
    "openapi-fetch": "0.17.0",
    "viem": "2.46.3"
  },
  "devDependencies": {
    "oxlint": "1.51.0",
    "typescript": "5.8.2",
    "vitest": "4.0.18"
  }
}