-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.18 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.18 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
46
47
48
49
50
{
"name": "highlayerd",
"version": "1.0.0",
"description": "This project was bootstrapped with Fastify-CLI.",
"main": "app.js",
"directories": {
"test": "test"
},
"dependencies": {
"b4a": "^1.6.6",
"bcrypto": "^5.5.2",
"big.js": "^6.2.1",
"bip322-js": "^1.1.1",
"bmutex": "^0.1.7",
"brq": "^0.2.1",
"bstring": "^0.3.9",
"bufio": "^1.2.1",
"cbor": "^9.0.2",
"end-of-stream": "^1.4.4",
"fast-fifo": "^1.3.2",
"glomium": "^1.1.6",
"json5": "^2.2.3",
"lmdb": "^3.0.6",
"msgpackr": "^1.10.2",
"nan": "^2.19.0",
"node-addon-api": "^7.1.0",
"once": "^1.4.0",
"pump": "^3.0.0",
"queue-tick": "^1.0.1",
"streamx": "^2.16.1",
"tar-fs": "^3.0.5",
"tar-stream": "^3.1.7",
"undici": "^6.16.1",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.44.0",
"wrappy": "^1.0.2",
"ws": "^8.17.0"
},
"devDependencies": {
"tap": "^16.1.0"
},
"scripts": {
"test": "tap \"test/**/*.test.js\"",
"start": "fastify start -l info app.js",
"dev": "fastify start -w -l info -P app.js",
"postinstall": "./postinstall.sh"
},
"keywords": [],
"author": "",
"license": "ISC"
}