-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 908 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
32
33
34
35
36
{
"name": "@talleoproject/tlo-trx-bridge",
"description": "Cryptocurrency bridge between Talleo (TLO) and Tron (TRX)",
"version": "1.0.0",
"license": "LGPL-2.0",
"authors": "Mika Lindqvist",
"repository": {
"type": "git",
"url": "https://github.com/TalleoProject/tlo-trx-bridge"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"dependencies": {
"@mtl1979/base58-native": "git+https://github.com/mtl1979/node-base58.git",
"@openzeppelin/contracts": "^2.5.1",
"async": "^3.2.4",
"axios": "^1.6.0",
"bufferutil": "^4.0.6",
"cli-color": "^2.0.3",
"dateformat": "^4.6.3",
"npm": "^8.19.4",
"redis": "^3.1.2",
"solc": "0.5.14",
"trongrid": "*",
"tronweb": "^5.3.1",
"utf-8-validate": "^5.0.9"
},
"engines": {
"node": ">=8 <18"
},
"scripts": {
"start": "node init.js",
"install": "make"
}
}