-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.37 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.37 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
{
"name": "nodelink",
"version": "3.7.0",
"scripts": {
"build": "tsc --incremental false",
"start": "node --dns-result-order=ipv4first --import tsx src/index.ts",
"start:experimental": "node --experimental-transform-types --dns-result-order=ipv4first src/index.ts",
"start:dist": "node --dns-result-order=ipv4first dist/src/index.js",
"start:bun": "bun run --dns-result-order=ipv4first src/index.js",
"type-check": "tsc --noEmit",
"prepare": "husky"
},
"type": "module",
"main": "src/index.ts",
"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",
"jsdom": "^27.4.0",
"mp4box": "^2.3.0",
"prom-client": "^15.1.3",
"proxy-agent": "^6.5.0"
},
"devDependencies": {
"@biomejs/biome": "^2.4.0",
"@commitlint/cli": "20.3.0",
"@commitlint/config-conventional": "20.3.0",
"@types/bun": "^1.3.8",
"@types/jsdom": "^27.0.0",
"@types/node": "^25.2.1",
"dotenv": "^17.3.1",
"husky": "9.1.7",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}