-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.37 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "xcm-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@acala-network/api": "^6.1.0",
"@acala-network/chopsticks": "^0.12.1",
"@acala-network/eth-providers": "^2.7.20",
"@acala-network/sdk": "^4.1.9-7",
"@acala-network/sdk-core": "^4.1.9-7",
"@acala-network/sdk-swap": "^4.1.9-13",
"@acala-network/sdk-wallet": "^4.1.5",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/address": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/solidity": "^5.7.0",
"@galacticcouncil/api-augment": "^0.0.6",
"@galacticcouncil/sdk": "file:../basilisk-sdk/packages/sdk",
"@mangata-finance/sdk": "file:../mangata-sdk",
"@mangata-finance/type-definitions": "^2.1.2",
"@mangata-finance/types": "^2.2.2",
"@moonbeam-network/api-augment": "^0.2600.0",
"@parallel-finance/api": "^2.0.1",
"@paraspell/sdk": "file:../xcm-sdk",
"@polkadot/api": "12.1.1",
"@polkadot/api-base": "^12.1.1",
"@polkadot/apps-config": "^0.133.1",
"@polkadot/keyring": "^12.6.2",
"@polkadot/types": "^12.1.1",
"@polkadot/util": "^12.6.1",
"@polkadot/util-crypto": "^12.6.2",
"@polkawallet/bridge": "file:../bridge",
"@uniswap/sdk-core": "^4.2.0",
"@uniswap/v3-sdk": "^3.11.0",
"@zenlink-dex/sdk-api": "0.0.4",
"@zenlink-dex/sdk-core": "0.0.4",
"@zenlink-dex/sdk-router": "0.0.4",
"axios": "^1.6.7",
"bignumber.js": "^9.1.2",
"dotenv": "^16.3.1",
"ethers": "^6.9.2",
"hydra-sdk": "npm:@galacticcouncil/[email protected]",
"json-stringify-safe": "^5.0.1",
"rxjs": "^7.8.1",
"solc": "0.8.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"viem": "^2.0.2",
"web3": "^4.3.0",
"winston": "^3.13.1"
},
"resolutions": {
"@polkadot/api": "12.1.1",
"@polkadot/api-base": "12.1.1",
"@polkadot/rpc-core": "12.1.1",
"@polkadot/types": "12.1.1",
"@polkadot/apps-config": "^0.133.1",
"@polkadot/util": "^12.6.1",
"@acala-network/sdk": "^4.1.9-12",
"@acala-network/sdk-core": "^4.1.9-12"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.11.17",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"tsconfig-paths": "^4.2.0"
}
}