{
"name": "@kayibal/fynd-client",
"version": "0.55.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"
}
}