-
Notifications
You must be signed in to change notification settings - Fork 95
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.57 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.10.0-dev.2026-09-21.1",
"scripts": {
"build": "tsc --incremental false",
"start": "node -e \"const v=process.versions.node.split('.').map(Number); const t=(v[0]===22&&v[1]>=6)||v[0]>=23; require('child_process').spawnSync('node', ['--dns-result-order=ipv4first', ...(t?['--experimental-strip-types','src/index.ts']:['dist/src/index.js']), ...process.argv.slice(1)], {stdio:'inherit'})\" --",
"start:experimental": "node --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.ts",
"type-check": "tsc --noEmit",
"prepare": "husky"
},
"type": "module",
"main": "src/index.ts",
"engines": {
"node": ">=22.22.2"
},
"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.2.3",
"@toddynnn/voice-opus": "^1.0.1",
"fastest-validator": "^1.19.1",
"mp4box": "^2.4.1",
"prom-client": "^15.1.3",
"proxy-agent": "^8.0.2"
},
"devDependencies": {
"@biomejs/biome": "^2.5.0",
"@commitlint/cli": "21.0.2",
"@commitlint/config-conventional": "21.0.2",
"@types/bun": "^1.3.14",
"@types/node": "^26.0.0",
"dotenv": "^17.4.2",
"husky": "9.1.7",
"typescript": "^7.0.2"
}
}