-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 KB
/
package.json
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": "mediasoup-cli",
"version": "1.0.1",
"description": "JavaScript cli tool for monitoring mediasoup server applications.",
"main": "dist/bin/observerEventsLIstener.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "tsc -w",
"start": "node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/musta20/mediasoup-cli.git"
},
"author": "musta20",
"license": "MIT",
"bugs": {
"url": "https://github.com/musta20/mediasoup-cli/issues"
},
"homepage": "https://github.com/musta20/mediasoup-cli#readme",
"dependencies": {
"@types/chalk": "^2.2.0",
"@types/node": "^18.0.3",
"@types/prompts": "^2.0.14",
"@types/validator": "^13.7.4",
"chalk": "4.1.2",
"class-validator": "^0.13.2",
"cli-table3": "^0.6.2",
"dotenv": "^16.0.1",
"reflect-metadata": "^0.1.13",
"socket.io": "^4.5.1",
"socket.io-client": "^4.5.1",
"typescript": "^4.7.4"
},
"bin": {
"mediasoup-cli": "dist/index.js"
},
"peerDependencies": {
"mediasoup": "3.x"
}
}