forked from expand-network/sdk-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.56 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.56 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
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
{
"name": "expand-network",
"version": "3.2.4",
"description": "The external SDK for the adapter",
"main": "src/index.js",
"parserOptions": {
"ecmaVersion": 2018
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/expand-network/sdk-nodejs"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/expand-network/sdk-nodejs"
},
"homepage": "https://github.com/expand-network/sdk-nodejs#readme",
"dependencies": {
"@circle-fin/user-controlled-wallets": "^3.0.0",
"@cosmjs/proto-signing": "^0.32.2",
"@cosmjs/stargate": "0.32.4",
"@cosmjs/tendermint-rpc": "^0.32.0",
"@dfns/lib-ethersjs6": "^0.4.2",
"@dfns/sdk": "^0.4.3",
"@dfns/sdk-keysigner": "^0.4.3",
"@dydxprotocol/v4-client-js": "1.1.25",
"@ethereumjs/common": "4.1.0",
"@mysten/bcs": "0.11.1",
"@mysten/sui": "^1.15.0",
"@mysten/sui.js": "0.32.1",
"@noble/curves": "^1.3.0",
"@noble/secp256k1": "^2.0.0",
"@project-serum/anchor": "^0.26.0",
"@scure/bip32": "^1.1.5",
"@scure/bip39": "^1.1.1",
"@solana/web3.js": "1.91.4",
"@stellar/stellar-sdk": "^13.0.0",
"@stacks/blockchain-api-client": "^7.13.2",
"@stacks/common": "^6.16.0",
"@stacks/encryption": "^6.16.1",
"@stacks/network": "^6.16.0",
"@stacks/transactions": "^6.16.1",
"@stacks/wallet-sdk": "^6.17.0",
"@ton/ton": "^13.9.0",
"ajv": "8.12.0",
"ajv-errors": "3.0.0",
"algosdk": "2.7.0",
"aptos": "1.21.0",
"axios": "1.6.8",
"bip39": "^3.1.0",
"bitcoinjs-lib": "5.2.0",
"bitcore-lib": "10.1.0",
"bitcore-mnemonic": "10.1.0",
"bn.js": "5.2.1",
"bs58": "5.0.0",
"dotenv": "^16.3.1",
"ecpair": "2.1.0",
"ethereum-cryptography": "^2.0.0",
"ethereumjs-tx": "2.1.2",
"ethers": "6.13.1",
"ethers-5": "npm:ethers@^5.7.2",
"js-sha256": "0.9.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"long": "^5.2.3",
"near-api-js": "4.0.2",
"rpc-websockets": "7.5.1",
"starknet": "5.24.3",
"stellar-sdk": "^11.2.2",
"tiny-secp256k1": "2.2.3",
"ton-crypto": "3.2.0",
"tronweb": "5.3.1",
"tweetnacl": "1.0.3",
"web3": "1.7.5",
"xrpl": "^3.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.15",
"eslint": "8.56.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"jest": "29.7.0"
}
}