UNPKG

@eco-foundation/routes-sdk

Version:
61 lines (60 loc) 1.34 kB
{ "name": "@eco-foundation/routes-sdk", "version": "0.13.2", "description": "Eco Routes SDK", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module", "exports": { ".": { "types": "./src/index.ts", "default": "./dist/index.js" } }, "imports": {}, "scripts": { "lint": "eslint .", "check-types": "tsc --noEmit", "test": "vitest", "test:watch": "vitest --watch", "dev": "tsup src/index.ts --format cjs,esm --dts --watch", "build": "tsup src/index.ts --format cjs,esm --dts" }, "repository": { "type": "git", "url": "git+https://github.com/eco/toolkit.git" }, "peerDependencies": { "@eco-foundation/routes-ts": "^1.17.6" }, "dependencies": { "axios": "^1.7.9", "axios-retry": "^4.5.0" }, "devDependencies": { "@repo/eslint-config": "*", "tsup": "^8.3.5", "viem": "^2.22.12", "vite": "^6.0.9", "vitest": "^3.0.5" }, "keywords": [ "sdk", "ethereum", "eco routes", "routes", "bend", "intent protocol", "intent", "protocol", "solver", "rollup" ], "author": "Eco Engineering <eng@eco.com>", "license": "MIT", "bugs": { "url": "https://github.com/eco/toolkit/issues" }, "homepage": "https://github.com/eco/toolkit#readme" }