forked from xrplmeta/node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.05 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.05 KB
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
{
"name": "xrplmeta",
"version": "2.8.1-alpha",
"type": "module",
"bin": {
"xrplmeta": "./src/run.js"
},
"scripts": {
"start": "node src/run.js",
"postinstall": "npm run build-deps",
"build-deps": "node-gyp rebuild --directory=deps --release",
"test": "mocha test/unit/*.test.js",
"livetest": "node test/live/run.js"
},
"dependencies": {
"@koa/router": "12.0.0",
"@mwni/events": "1.0.0",
"@mwni/log": "2.2.0",
"@mwni/workers": "1.0.2",
"@structdb/sqlite": "1.6.1-alpha",
"@xrplkit/amount": "1.2.3",
"@xrplkit/socket": "2.1.0",
"@xrplkit/time": "1.0.0",
"@xrplkit/toml": "1.0.0",
"@xrplkit/txmeta": "1.0.4",
"@xrplkit/xfl": "2.0.2",
"@xrplkit/xls26": "2.3.1",
"better-sqlite3": "^9.0.0",
"koa": "2.13.4",
"koa-easy-ws": "2.1.0",
"koa-json": "2.0.2",
"koa-send": "^5.0.1",
"limiter": "2.0.1",
"minimist": "1.2.6",
"node-abort-controller": "^3.1.1",
"node-fetch": "^3.3.1",
"ripple-address-codec": "4.2.4",
"sharp": "^0.32.6",
"ws": "8.8.1"
},
"devDependencies": {
"chai": "^4.3.7",
"mocha": "^10.2.0"
}
}