-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 951 Bytes
/
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
{
"name": "trustless",
"version": "1.0.0",
"description": "Trustlex is a decentralized cross chain, non-custodial Bitcoin exchange protocol which can be used to exchange Bitcoin with assets on the other chain(eg: Ethereum, Avalanche C-Chain or other EVM compatible chains)",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/svylabs/trustlex.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/svylabs/trustlex/issues"
},
"homepage": "https://github.com/svylabs/trustlex#readme",
"dependencies": {
"@openzeppelin/contracts": "^4.8.3",
"@truffle/hdwallet-provider": "^2.1.12",
"bn.js": "^5.2.1",
"ethereumjs-wallet": "^1.0.2",
"truffle-wallet-provider": "^0.0.5",
"web3": "^4.0.1"
}
}