UNPKG
@gathertown/mediasoup
Version:
latest (0.0.4-gather)
0.0.4-gather
0.0.3-gather
0.0.2-gather
Cutting Edge WebRTC Video Conferencing
mediasoup.org
gathertown/mediasoup
@gathertown/mediasoup
/
worker
/
scripts
/
package.json
14 lines
(13 loc)
•
282 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name"
:
"mediasoup-worker-dev-tools"
,
"version"
:
"0.0.1"
,
"description"
:
"mediasoup worker dev tools"
,
"scripts"
:
{
"lint"
:
"node clang-format.mjs lint"
,
"format"
:
"node clang-format.mjs format"
}
,
"dependencies"
:
{
"clang-format"
:
"^1.8.0"
,
"glob"
:
"^10.3.12"
}
}