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
33 lines (33 loc) · 1 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1 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
{
"name": "nodelink",
"version": "3.4.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",
"mp4box": "^2.3.0",
"myzod": "^1.12.1",
"toddy-mediaplex": "^2.0.0"
},
"devDependencies": {
"@biomejs/biome": "^2.3.10",
"@commitlint/cli": "20.2.0",
"@commitlint/config-conventional": "20.2.0",
"dotenv": "^17.2.3",
"husky": "9.1.7"
},
"optionalDependencies": {
"prom-client": "^15.1.3"
}
}