-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.29 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
{
"name": "restroom",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node restroom.mjs"
},
"dependencies": {
"@grpc/grpc-js": "^1.5.0",
"@hyperledger/fabric-gateway": "^1.0.1",
"@planetmint/driver": "^0.0.1",
"@redis/client": "^1.0.6",
"@restroom-mw/core": "next",
"@restroom-mw/db": "next",
"@restroom-mw/ethereum": "next",
"@restroom-mw/fabric": "next",
"@restroom-mw/files": "next",
"@restroom-mw/git": "next",
"@restroom-mw/http": "next",
"@restroom-mw/influxdb": "^0.13.1-290bb68.91",
"@restroom-mw/logger": "next",
"@restroom-mw/redis": "next",
"@restroom-mw/timestamp": "next",
"@restroom-mw/types": "next",
"@restroom-mw/ui": "next",
"@restroom-mw/utils": "next",
"@restroom-mw/zencode": "next",
"axios": "^1.4.0",
"base64url": "3.0.1",
"bs58": "^5.0.0",
"dotenv": "16.0.3",
"express": "4.18.2",
"extract-zip": "2.0.1",
"isomorphic-git": "^1.21.0",
"mariadb": "^2.5.4",
"mysql2": "^2.2.5",
"redis": "^4.0.2",
"sequelize": "^6.16.0",
"sqlite3": "^5.0.0",
"swagger-ui-express": "^4.1.5",
"web3": "1.7.0",
"winston": "^3.9.0",
"zenroom": "latest"
},
"devDependencies": {
"chalk": "5.2.0",
"morgan": "^1.10.0",
"readdirp": "3.6.0"
}
}