-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.18 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
{
"name": "@mafalda-sfu/mediasoup-getstats-factory",
"version": "0.0.0",
"description": "Get system and Worker processes stats for Mediasoup apps",
"main": "./index.js",
"scripts": {
"docs": "cp README.md docs/ && jsdoc2md *.js > docs/API.md",
"lint": "eslint .",
"predocs": "mkdir -p docs/",
"pretest": "npm run lint",
"test": "node --experimental-test-coverage test.js",
"test:json": "NODE_OPTIONS='--test-reporter=@mafalda-sfu/test-reporter-json --test-reporter-destination=coverage.json' npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mafalda-SFU/mediasoup-getstats-factory.git"
},
"keywords": [
"Mediasoup",
"Mafalda",
"SFU"
],
"author": "Jesús Leganés-Combarro 'piranna' (https://piranna.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mafalda-SFU/mediasoup-getstats-factory/issues"
},
"homepage": "https://mafalda.io",
"dependencies": {
"pidusage": "^3.0.2"
},
"devDependencies": {
"@mafalda-sfu/eslint-config": "^0.6.4",
"@mafalda-sfu/test-reporter-json": "^0.0.6",
"eslint": "^8.53.0",
"husky": "^8.0.3",
"jsdoc-to-markdown": "^8.0.0"
}
}