forked from vpalmisano/webrtcperf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
120 lines (120 loc) · 4.21 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "@vpalmisano/webrtcperf",
"version": "2.0.6",
"repository": {
"type": "git",
"url": "https://github.com/vpalmisano/webrtcperf.git"
},
"author": {
"name": "Vittorio Palmisano",
"url": "https://github.com/vpalmisano"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"files": [
"build",
"scripts",
"src"
],
"bin": {
"webrtcperf": "app.min.js"
},
"scripts": {
"prepare": "yarn lint && tsc -b && webpack",
"prepublishOnly": "yarn lint",
"postversion": "git push && git push origin $(git tag | sort -V | tail -1)",
"release": "yarn && yarn docs && npm version patch && npm publish",
"start": "node app.min.js",
"start:dev": "ts-node src/app.ts",
"test": "",
"build:docker": "yarn && docker build -t ghcr.io/vpalmisano/webrtcperf:devel .",
"push:docker": "docker push ghcr.io/vpalmisano/webrtcperf:devel",
"clean": "rm -rf app.min.js build _docs",
"lint": "eslint --resolve-plugins-relative-to path=. src scripts examples",
"lint:fix": "yarn lint --fix",
"docs": "ts-node src/generate-config-docs.ts && typedoc",
"build:linux": "nexe --make=\"-j$(nproc 2> /dev/null || echo 1)\" --verbose --build -i app.min.js -o webrtcperf -r 'scripts/*' -r package.json && gzip -9 -c webrtcperf > webrtcperf_${npm_package_version}_linux.gz",
"build:macos": "nexe --target mac-x64-14.15.3 -i app.min.js -o webrtcperf -r 'scripts/*' -r package.json && gzip -9 -c webrtcperf > webrtcperf_${npm_package_version}_macos.gz && rm webrtcperf",
"build:windows": "nexe --target windows-x64-14.15.3 -i app.min.js -o webrtcperf -r 'scripts/*' -r package.json && zip webrtcperf_${npm_package_version}_windows.zip webrtcperf.exe && rm webrtcperf.exe",
"build:all": "yarn && yarn build:linux && yarn build:macos && yarn build:windows"
},
"license": "AGPL-3.0-or-later",
"dependencies": {
"axios": "^1.4.0",
"browserify": "^17.0.0",
"camel-case": "^4.1.2",
"chalk": "^4.1.2",
"change-case": "^4.1.2",
"compression": "^1.7.4",
"convict": "^6.2.4",
"convict-format-with-validator": "^6.2.0",
"debug": "^4.3.4",
"debug-level": "^2.1.2",
"express": "^4.18.2",
"express-basic-auth": "^1.2.1",
"fast-stats": "^0.0.6",
"fix-esm": "^1.0.1",
"json5": "^2.2.3",
"lorem-ipsum": "^2.0.8",
"moment": "^2.29.4",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.11",
"node-os-utils": "^1.3.7",
"pidtree": "^0.6.0",
"pidusage": "^3.0.2",
"prom-client": "^14.2.0",
"puppeteer": "^19.11.1",
"puppeteer-core": "^19.11.1",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"sprintf-js": "^1.1.2",
"tar-fs": "^2.1.1",
"terser": "^5.17.7",
"uuid": "^9.0.0",
"word-wrap": "^1.2.3",
"yaml": "^2.3.1"
},
"devDependencies": {
"@types/browserify": "^12.0.37",
"@types/compression": "^1.7.2",
"@types/convict": "^6.1.2",
"@types/convict-format-with-validator": "^6.0.2",
"@types/fast-stats": "^0.0.32",
"@types/node-fetch": "^2.6.4",
"@types/node-os-utils": "^1.3.1",
"@types/pem": "^1.9.6",
"@types/pidusage": "^2.0.2",
"@types/ps-tree": "^1.1.2",
"@types/sprintf-js": "^1.1.2",
"@types/tar-fs": "^2.0.1",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard": "^16.0.3",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"nexe": "^4.0.0-rc.2",
"nodemon": "^2.0.22",
"prettier": "^2.8.8",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"typedoc": "^0.24.8",
"typescript": "^4.9.5",
"webpack": "^5.86.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0",
"yarn-upgrade-minor": "^1.0.13"
}
}