forked from PerformanC/NodeLink
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.01 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.01 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
{
"name": "nodelink",
"version": "3.6.0",
"scripts": {
"build": "node scripts/build.js",
"start": "node --dns-result-order=ipv4first --openssl-legacy-provider src/index.js",
"start:bun": "bun run --dns-result-order=ipv4first src/index.js",
"prepare": "husky"
},
"type": "module",
"main": "src/index.js",
"dependencies": {
"@alexanderolsen/libsamplerate-js": "^2.1.2",
"@ecliptia/faad2-wasm": "2.11.2-ecliptia.2",
"@ecliptia/seekable-stream": "github:1Lucas1apk/seekable-stream",
"@performanc/pwsl-server": "github:performanc/internals#PWSL-server",
"@performanc/voice": "github:PerformanC/voice",
"@toddynnn/symphonia-decoder": "1.0.6",
"@toddynnn/voice-opus": "^1.0.1",
"fastest-validator": "^1.19.1",
"prom-client": "^15.1.3",
"jsdom": "^27.4.0",
"mp4box": "^2.3.0"
},
"devDependencies": {
"@biomejs/biome": "^2.3.10",
"@commitlint/cli": "20.3.0",
"@commitlint/config-conventional": "20.3.0",
"dotenv": "^17.2.3",
"husky": "9.1.7"
}
}