forked from Trac-Systems/intercom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (31 loc) · 800 Bytes
/
package.json
File metadata and controls
35 lines (31 loc) · 800 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
34
35
{
"name": "intercom_by_grimore8",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dashboard": "node server.js"
},
"pear": {
"name": "intercom_by_grimore8",
"type": "terminal"
},
"dependencies": {
"express": "^4.19.2",
"b4a": "^1.6.7",
"bare-ws": "2.0.3",
"compact-encoding": "^2.18.0",
"crypto": "npm:bare-node-crypto",
"fs": "npm:bare-node-fs",
"path": "npm:bare-node-path",
"protomux": "^3.10.1",
"trac-msb": "git+https://github.com/Trac-Systems/main_settlement_bus.git#5088921",
"trac-peer": "git+https://github.com/Trac-Systems/trac-peer.git#d108f52",
"trac-wallet": "1.0.1",
"util": "npm:bare-node-util"
},
"overrides": {
"trac-wallet": "1.0.1"
}
}