-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.75 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.75 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "cross-chain-resolver-example",
"version": "1.0.0",
"description": "Example of 1inch cross chain resolver",
"scripts": {
"test": "forge build && node --experimental-vm-modules ./node_modules/jest/bin/jest.js",
"lint": "eslint \"tests/**/*.ts\"",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@1inch/eslint-config": "3",
"@1inch/tsconfig": "1.0.7",
"@eslint/compat": "1.1.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.5.0",
"@jest/globals": "29.7.0",
"@swc/core": "1.5.25",
"@swc/jest": "0.2.36",
"@types/jest": "^30.0.0",
"@types/node": "^22.15.29",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"eslint": "9.6",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-unused-imports": "^4.0.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"vite": "^5.1.4",
"zod": "3.23.8"
},
"author": "1inch",
"engines": {
"node": ">=22"
},
"volta": {
"node": "22.5.1"
},
"dependencies": {
"@1inch/byte-utils": "2.6.0",
"@1inch/cross-chain-sdk": "^0.1.8",
"aptos": "^1.21.0",
"dotenv": "^16.5.0",
"ethers": "^6.14.3",
"ethersjs": "^0.0.1-security",
"prool": "0.0.24"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}