@crypto-dex-sdk/path-finder-api
Version:
Zenlink Interface Path Finder Api
37 lines • 1.02 kB
JSON
{
"name": "@crypto-dex-sdk/path-finder-api",
"version": "0.1.4",
"description": "Zenlink Interface Path Finder Api",
"license": "LGPL-2.1-or-later",
"keywords": [
"zenlink",
"path-finder",
"api"
],
"dependencies": {
"@vercel/node": "^5.1.7",
"ethers": "^5.7.2",
"fast-json-stable-stringify": "^2.1.0",
"ioredis": "^5.5.0",
"viem": "2.23.3",
"zod": "^3.24.2",
"@crypto-dex-sdk/chain": "0.1.4",
"@crypto-dex-sdk/currency": "0.1.4",
"@crypto-dex-sdk/smart-router": "0.1.4",
"@crypto-dex-sdk/token-lists": "0.1.4",
"@crypto-dex-sdk/wagmi-config": "0.1.4"
},
"devDependencies": {
"dotenv": "^16.4.7",
"eslint": "^9.20.1",
"ts-node": "^10.9.2",
"typescript": "5.7.3",
"@crypto-dex-sdk/eslint-config": "0.1.4",
"@crypto-dex-sdk/typescript-config": "0.1.4"
},
"scripts": {
"check": "tsc --pretty --noEmit",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"lint": "TIMING=1 eslint . --fix"
}
}