-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 900 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 900 Bytes
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
{
"name": "trole",
"version": "1.0.0",
"description": "Trole is a bridge gaurd. It allows traffic to cross the bridge if their requests can be confirmed on a blockchain.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"@disregardfiat/proofofaccess": "^0.4.5",
"@hiveio/dhive": "^1.2.4",
"axios": "^1.9.0",
"body-parser": "^1.19.0",
"busboy": "^1.6.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"diskusage": "^1.2.0",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"express-form-data": "^2.0.14",
"fs-extra": "^11.1.0",
"hive-tx": "^4.1.1",
"ipfs-http-client": "^56.0.3",
"ipfs-only-hash": "^4.0.0",
"node-cron": "^4.1.0",
"node-fetch": "^2.6.7",
"pg": "^8.8.0",
"util": "^0.12.5"
}
}