-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 798 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 798 Bytes
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
{
"name": "okx-dex-sdk",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@mysten/sui": "^1.20.0",
"@okxweb3/coin-sui": "^1.1.0",
"@solana/web3.js": "^1.98.0",
"@types/bn.js": "^5.1.6",
"@types/bs58": "^4.0.4",
"@types/node": "^22.10.5",
"bn.js": "^5.2.1",
"bs58": "^6.0.0",
"client": "link:@mysten/sui/client",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.7",
"transactions": "link:@mysten/sui/transactions",
"typescript": "^5.7.3"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.2.5"
}
}