-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.79 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
{
"name": "xp-decentralized-sdk",
"version": "1.0.0",
"main": "dist/index.js",
"author": "imsk17",
"types": "dist/index.d.ts",
"license": "MIT",
"scripts": {
"build": "tsc",
"format": "npx @biomejs/biome format src/ --write",
"lint": "npx @biomejs/biome lint src/ --write"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@keplr-wallet/types": "^0.12.75",
"@types/node": "^20.11.15",
"lefthook": "^1.6.1",
"typedoc": "^0.25.7",
"typescript": "^5.3.3"
},
"dependencies": {
"@aptos-labs/ts-sdk": "^1.22.2",
"@cosmjs/amino": "^0.32.3",
"@cosmjs/cosmwasm-stargate": "^0.32.3",
"@dfinity/agent": "^1.4.0",
"@dfinity/candid": "^1.4.0",
"@dfinity/identity": "^2.1.2",
"@dfinity/ledger-icp": "^2.3.1",
"@dfinity/nns": "^5.1.2",
"@dfinity/principal": "^1.4.0",
"@dfinity/utils": "^2.5.0",
"@make-software/ces-js-parser": "^1.3.3",
"@multiversx/sdk-core": "^13.2.1",
"@multiversx/sdk-network-providers": "^2.2.1",
"@multiversx/sdk-wallet": "^4.3.0",
"@taquito/signer": "^20.0.1",
"@taquito/taquito": "^19.0.0",
"@taquito/tzip16": "^19.0.0",
"@taquito/utils": "^19.0.0",
"@thalalabs/surf": "^1.7.3",
"@ton/core": "=0.56.3",
"@ton/crypto": "=3.2.0",
"@ton/ton": "=13.11.1",
"@vechain/connex-driver": "^2.0.8",
"@vechain/connex-framework": "^2.0.8",
"@vechain/web3-providers-connex": "^1.1.2",
"@tzkt/sdk-api": "^2.2.1",
"@xp/cosmos-client": "git+https://github.com/XP-NETWORK/cosmos-client#bleeding-edge",
"aptos": "^1.21.0",
"axios": "^1.6.7",
"casper-cep78-js-client": "^1.4.0",
"casper-js-sdk": "^2.13.3",
"ethers": "^6.10.0",
"hashconnect": "^0.2.9",
"near-api-js": "^5.0.0",
"pinata-web3": "^0.5.2",
"secretjs": "^1.12.4-beta.0"
}
}