-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
88 lines (88 loc) · 2.87 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
{
"name": "xp.network",
"version": "4.3.3",
"author": "xp-network <dima@xp.network>",
"description": "XP.Network Multi-Chain NFT Bridge JavaScript API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "commonjs",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/XP-NETWORK/xpjs"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"format": "prettier . --write",
"prepare": "husky install"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@types/node": "^18.7.13",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.28.3",
"dotenv": "^16.0.0",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-functional": "^3.2.1",
"husky": "^8.0.0",
"prettier": "^2.3.2",
"pretty-quick": "^3.1.3",
"typedoc": "^0.22.6",
"typescript": "^4.9.3",
"yarn-audit-fix": "^9.3.7"
},
"dependencies": {
"@dfinity/agent": "^0.15.5",
"@dfinity/candid": "^0.15.5",
"@dfinity/identity-secp256k1": "^0.15.5",
"@dfinity/nns": "^0.14.0",
"@dfinity/principal": "^0.15.5",
"@dfinity/utils": "^0.0.12",
"@elrondnetwork/erdjs": "9.0.3",
"@ethersproject/providers": "^5.7.0",
"@hashgraph/hethers": "=1.1.2",
"@json-rpc-tools/utils": "^1.7.6",
"@make-software/ces-js-parser": "^1.3.1",
"@multiversx/sdk-core": "^12.9.0",
"@multiversx/sdk-extension-provider": "^3.0.0",
"@multiversx/sdk-network-providers": "^2.2.0",
"@multiversx/sdk-wallet": "^4.2.0",
"@project-serum/anchor": "^0.25.0-beta.1",
"@randlabs/myalgo-connect": "^1.1.1",
"@solana/spl-token": "^0.2.0",
"@solana/web3.js": "^1.44.2",
"@taquito/signer": "^16.1.1",
"@taquito/taquito": "^13.0.0",
"@taquito/utils": "^13.0.1",
"@vechain/connex-driver": "^2.0.8",
"@vechain/connex-framework": "^2.0.8",
"@walletconnect/client": "^1.7.0",
"algosdk": "=2.2.0",
"aptos": "^1.6.0",
"axios": "^1.6.2",
"base64url": "^3.0.1",
"bignumber.js": "=9.0.1",
"bn.js": "^5.2.1",
"buffer": "^6.0.3",
"casper-cep78-js-client": "^1.4.0",
"casper-js-sdk": "^2.13.3",
"crypto-exchange-rate": "git+https://github.com/xp-network/exchange-rate#master-dist",
"ethers": "^5.5.4",
"js-base64": "^3.6.1",
"near-api-js": "1.0.0",
"newton": "npm:ton@latest",
"secretjs": "=1.4.7",
"socket.io-client": "^4.1.3",
"ton-core": "^0.53.0",
"ton-x": "^2.0.0",
"tonweb": "^0.0.57",
"tonweb-mnemonic": "^1.0.1",
"tronstation": "^1.0.1",
"tronweb": "^4.1.0",
"web3-providers-connex": "^0.3.1",
"xpbridge-client": "git+https://github.com/XP-NETWORK/xp-casper-bridge-client#73fd2535e9f2fe0a80c44edc9fccd5c33dc1ec6f",
"xpnet-web3-contracts": "git+https://github.com/xp-network/XP.network-HECO-Migration#dist-erc1155"
}
}