-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
167 lines (167 loc) · 5.61 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"name": "rubic-sdk",
"version": "5.52.6",
"description": "Simplify dApp creation",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Cryptorubic/rubic-sdk.git"
},
"homepage": "https://github.com/Cryptorubic/rubic-sdk",
"bugs": {
"url": "https://github.com/Cryptorubic/rubic-sdk/issues"
},
"keywords": [
"Ethereum",
"Rubic",
"Cross-chain",
"Multi-Chain",
"SDK",
"dApp",
"DEX",
"Polygon",
"Binance-Smart-Chain"
],
"engines": {
"node": ">=16"
},
"author": "rubic.exchange",
"authors": [
{
"name": "Sergey Andreev",
"email": "[email protected]",
"homepage": "https://github.com/siandreev"
},
{
"name": "Andrey Ott",
"email": "[email protected]",
"url": "https://github.com/ottebrut"
},
{
"name": "Sleta Dmitry",
"email": "[email protected]",
"url": "https://github.com/axtezy"
},
{
"name": "Kolebaev Vladislav",
"email": "[email protected]",
"url": "https://github.com/ko1ebayev"
}
],
"license": "GPL-3.0",
"scripts": {
"build": "yarn create-index && webpack && yarn delete-index",
"start": "webpack --watch",
"compile": "yarn create-index && npx rimraf lib && tsc --project tsconfig.json && tscpaths -p ./tsconfig.json -s ./src -o ./lib && yarn delete-index",
"lint": "eslint src __tests__",
"create-index": "cti entrypoint ./src --withoutbackup && renamer -f \"/^entrypoint/\" -r \"index\" \"./src/*\" --force",
"delete-index": "npx rimraf ./src/index.ts",
"test": "cd ./scripts && bash test-runner.sh",
"test:unit": "yarn jest ./__tests__/unit-tests",
"build:publish": "yarn compile && yarn build && npm publish --access public",
"analyze": "webpack --profile --json > stats.json && webpack-bundle-analyzer stats.json",
"docs": "yarn create-index && typedoc && yarn delete-index",
"publish": "yarn publish --access public",
"publish:alpha": "yarn publish --access public --tag alpha",
"test:file": "jest -- __tests__/unit-tests/dedust"
},
"dependencies": {
"@1inch/limit-order-protocol-utils": "3.0.1",
"@arbitrum/sdk": "^3.1.3",
"@debridge-finance/debridge-external-call": "^1.0.7",
"@dedust/sdk": "^0.8.7",
"@layerzerolabs/scan-client": "0.0.8",
"@noble/secp256k1": "^1.7.1",
"@pancakeswap/sdk": "^5.1.0",
"@pancakeswap/smart-router": "4.2.1",
"@pancakeswap/swap-sdk-core": "^1.0.0",
"@pancakeswap/tokens": "0.1.6",
"@solana/spl-token": "^0.4.8",
"@solana/web3.js": "1.89.1",
"@solflare-wallet/utl-sdk": "^1.4.0",
"@ston-fi/api": "^0.12.1",
"@ston-fi/sdk": "2.0.1",
"@ton/core": "0.59.0",
"@ton/crypto": "^3.3.0",
"@ton/ton": "15.1.0",
"@toncodex/sdk": "1.0.26",
"@tonconnect/ui": "^2.0.5",
"@viaprotocol/router-sdk": "^1.0.7",
"assert": "^2.0.0",
"axios": "^1.7.2",
"bignumber.js": "9.1.0",
"bitcoin-address-validation": "2.2.1",
"browserify-zlib": "^0.2.0",
"cbridge-revert-manager": "1.1.0",
"crc32": "^0.2.2",
"ethers": "^5.6.8",
"graphql-request": "^6.1.0",
"grpc-web": "^1.4.2",
"iziswap-sdk": "1.5.1",
"lodash.clonedeep": "^4.5.0",
"rpc-websockets": "7.9.0",
"rxjs": "7.8.1",
"tronweb": "^6.0.0",
"viem": "^1.3.1",
"vm-browserify": "^1.1.2",
"web3": "^1.8.1"
},
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@types/jest": "^29.2.3",
"@types/lodash.clonedeep": "^4.5.7",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.36.2",
"bip39": "^3.0.4",
"cancelable-promise": "^4.2.1",
"commander": "^8.3.0",
"compression-webpack-plugin": "^9.2.0",
"create-ts-index": "^1.14.0",
"crypto-browserify": "^3.12.0",
"delay": "^5.0.0",
"eslint": "8.22.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-unused-imports": "^1.1.4",
"ethereumjs-wallet": "^1.0.2",
"http-browserify": "^1.7.0",
"https-browserify": "^1.0.0",
"jest": "^29.3.1",
"jest-mock-promise": "^2.0.2",
"prettier": "^2.2.1",
"querystring-es3": "^0.2.1",
"renamer": "^4.0.0",
"rimraf": "^3.0.2",
"stream-browserify": "^3.0.0",
"terser-webpack-plugin": "^5.3.0",
"ts-essentials": "^9.0.0",
"ts-jest": "^29.0.3",
"ts-loader": "^9.5.1",
"ts-patch": "^3.2.1",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"tscpaths": "^0.0.9",
"typedoc": "^0.23.21",
"typescript": "5.5.4",
"typescript-transform-paths": "^3.4.6",
"url": "^0.11.0",
"webpack": "^5.65.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.1"
},
"overrides": {
"ethers": {
"bignumber.js": "9.1.0"
},
"symbiosis-js-sdk": {
"bignumber.js": "9.1.0"
}
}
}