-
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.12 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.12 KB
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": "mmm-rtspstream",
"version": "4.0.0",
"description": "MagicMirror² module for RTSP camera snapshots + VLC (local) or WebRTC (remote) playback",
"keywords": [
"magic mirror",
"rtsp",
"camera"
],
"main": "MMM-RTSPStream.js",
"author": "shbatm",
"license": "MIT",
"scripts": {
"demo": "cd ../../ && MM_CONFIG_FILE=modules/MMM-RTSPStream/demo.config.js node --run start:dev",
"lint": "eslint && prettier . --check",
"lint:fix": "eslint --fix && prettier . --write",
"preinstall": "./scripts/preinstall.sh",
"release": "commit-and-tag-version --config ./changelog.config.js",
"test": "node --run lint"
},
"devDependencies": {
"@eslint/css": "^0.14.1",
"@eslint/js": "^9.39.2",
"@eslint/markdown": "^7.5.1",
"@stylistic/eslint-plugin": "^5.7.0",
"commit-and-tag-version": "^12.6.1",
"eslint": "^9.39.2",
"eslint-plugin-import-x": "^4.16.1",
"globals": "^17.0.0",
"prettier": "^3.8.0"
},
"dependencies": {
"datauri": "^4.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shbatm/MMM-RTSPStream.git"
}
}