-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.3 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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@observertc/sfu-monitor-js",
"version": "2.0.3",
"description": "ObserveRTC SFU Integration Core Library",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"engines": {
"node": ">=10"
},
"scripts": {
"prepare": "npm run build",
"prepublish": "pkgfiles",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"lint": "./node_modules/.bin/eslint -c .eslintrc.js src/*",
"build": "tsc",
"test": "jest --config jest.config.js --runInBand"
},
"keywords": [
"webrtc",
"getStats",
"observertc",
"sfu",
"integration"
],
"author": "Balazs Kreith",
"license": "Apache-2.0",
"dependencies": {
"@observertc/sample-schemas-js": "2.2.1-rc.0",
"@types/events": "^3.0.0",
"@types/uuid": "^8.3.4",
"@types/ws": "^8.5.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"bufferutil": "^4.0.6",
"eslint": "^8.12.0",
"jest": "^27.5.0",
"pkgfiles": "2.3.0",
"ts-jest": "^27.1.4",
"typedoc": "^0.24.1",
"typescript": "^4.6.3",
"utf-8-validate": "^5.0.9"
},
"repository": {
"type": "git",
"url": "https://github.com/observertc/sfu-monitor-js"
}
}