-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.46 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
53
{
"name": "@mafalda-sfu/remote-mediasoup-client-mock",
"version": "3.15.3",
"description": "Mock of `Remote Mediasoup client`",
"type": "module",
"main": "index.js",
"exports": "./index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"docs": "cp README.md docs/ && jsdoc2md *.js > docs/API.md",
"docs:coverage": "doc-coverage .",
"lint": "eslint .",
"predocs": "mkdir -p docs/",
"prepare": "husky",
"pretest": "npm run lint",
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mafalda-SFU/Remote-Mediasoup-client-mock.git"
},
"keywords": [
"Mafalda",
"SFU",
"mock",
"WebSocket",
"client",
"Remote",
"Mediasoup"
],
"author": "Jesús Leganés-Combarro 'piranna' (https://piranna.github.io)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mafalda-SFU/Remote-Mediasoup-client-mock/issues"
},
"homepage": "https://mafalda.io/Remote-Mediasoup-client-mock",
"dependencies": {
"@mafalda-sfu/mediasoup-getstats-factory": "^1.0.0",
"mediasoup": "^3.15.3"
},
"devDependencies": {
"@mafalda-sfu/doc-coverage": "github:Mafalda-SFU/doc-coverage",
"@mafalda-sfu/eslint-config": "^0.7.0",
"@mafalda-sfu/eslint-config-jest": "^0.0.1",
"@mafalda-sfu/mediasoup-node-tests": "^3.15.3",
"eslint": "^8.57.1",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jsdoc-to-markdown": "^9.1.1"
}
}