forked from city-of-shreveport/CrimeCameraNode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.01 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.01 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
40
41
42
43
44
45
{
"name": "CrimeCameraNode",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./start.js"
},
"dependencies": {
"@mh-cbon/sudo-fs": "^1.0.17",
"axios": "^0.21.1",
"chokidar": "^3.5.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dedent-js": "^1.0.1",
"dotenv": "^8.2.0",
"ejs": "^3.1.8",
"express": "~4.16.1",
"ffmpeg": "^0.0.4",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^9.1.0",
"glob": "^7.1.6",
"http-errors": "~1.6.3",
"jquery": "^3.5.1",
"jsdom": "^16.4.0",
"moment": "^2.29.1",
"mongoose": "^5.12.2",
"morgan": "~1.9.1",
"mp4frag": "^0.3.0",
"node-fetch": "^2.6.1",
"node-media-server": "^2.3.8",
"node-rtsp-stream": "0.0.9",
"npm": "^7.15.1",
"pm2": "^5.2.0",
"pug": "^3.0.2",
"request": "^2.88.2",
"serialport": "^9.0.1",
"socketio": "^1.0.0",
"systeminformation": "^5.6.6",
"ws": "^7.5.9"
},
"devDependencies": {
"nodemon": "^2.0.7",
"prettier": "2.2.1"
}
}