-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 855 Bytes
/
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
{
"name": "mediasoup-client-utils",
"version": "0.2.0",
"description": "Mediasoup client utils",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"scripts": {
"build": "tsc && tsc -p tsconfig.esm.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/woody146/mediasoup-client-utils.git"
},
"keywords": [
"mediasoup",
"meidasoup-client",
"ts"
],
"author": "woody146",
"license": "MIT",
"bugs": {
"url": "https://github.com/woody146/mediasoup-client-utils/issues"
},
"homepage": "https://github.com/woody146/mediasoup-client-utils#readme",
"dependencies": {
"mediasoup-client": "^3.6.89"
},
"devDependencies": {
"prettier": "^2.8.8",
"typescript": "^5.1.5"
},
"files": [
"dist"
]
}