-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.07 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": "web3-script",
"version": "1.0.0",
"description": "币圈交互系列脚本",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"keywords": [],
"author": "gaohongxiang",
"license": "MIT",
"dependencies": {
"@metaplex-foundation/digital-asset-standard-api": "^1.0.4",
"@metaplex-foundation/mpl-token-metadata": "^3.2.1",
"@metaplex-foundation/mpl-toolbox": "^0.9.4",
"@metaplex-foundation/umi": "^0.9.2",
"@metaplex-foundation/umi-bundle-defaults": "^0.9.2",
"@metaplex-foundation/umi-rpc-web3js": "^0.9.2",
"@mysten/sui": "^1.13.0",
"@scallop-io/sui-kit": "^1.3.0",
"@solana/spl-token": "^0.4.9",
"@solana/web3.js": "^1.95.4",
"bip32": "^5.0.0-rc.0",
"bip39": "^3.1.0",
"bitcoinjs-lib": "^6.1.6",
"ccxt": "^4.4.10",
"csv-parse": "^5.5.6",
"csv-stringify": "^6.5.1",
"dotenv": "^16.4.5",
"ecpair": "^2.1.0",
"ethers": "^6.13.3",
"socks-proxy-agent": "^8.0.4",
"tiny-secp256k1": "^2.2.3",
"xlsx": "^0.18.5"
}
}