-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
37 lines (37 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "@zenlink-interface/path-finder-api",
"version": "0.0.0",
"description": "Zenlink Interface Path Finder Api",
"license": "LGPL-2.1-or-later",
"keywords": [
"zenlink",
"path-finder",
"api"
],
"scripts": {
"check": "tsc --pretty --noEmit",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"lint": "TIMING=1 eslint . --fix"
},
"dependencies": {
"@vercel/node": "^5.0.0",
"@zenlink-interface/chain": "workspace:*",
"@zenlink-interface/currency": "workspace:*",
"@zenlink-interface/smart-router": "workspace:*",
"@zenlink-interface/token-lists": "workspace:*",
"@zenlink-interface/wagmi-config": "workspace:*",
"ethers": "^5.7.2",
"fast-json-stable-stringify": "^2.1.0",
"ioredis": "^5.4.1",
"viem": "2.21.55",
"zod": "^3.24.1"
},
"devDependencies": {
"@zenlink-interface/eslint-config": "workspace:*",
"@zenlink-interface/typescript-config": "workspace:*",
"dotenv": "^16.4.7",
"eslint": "^9.17.0",
"ts-node": "^10.9.2",
"typescript": "5.7.2"
}
}