-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (37 loc) · 1.03 KB
/
package.json
File metadata and controls
38 lines (37 loc) · 1.03 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
{
"name": "Frigate Timelapser",
"description": "Timelapse generator for the Frigate NVR",
"version": "1.0.8.3",
"homepage": "https://github.com/MrSleeps/FrigateTimelapser",
"author": "MrSleeps",
"bugs": {
"url": "https://github.com/MrSleeps/FrigateTimelapser/issues"
},
"main": "server.js",
"scripts": {
"start": "node server.js",
"postinstall": "cd public && npm install",
"clean": "rm -rf node_modules",
"reinstall": "npm run clean && npm install",
"rebuild": "npm run clean && npm install && npm run build"
},
"dependencies": {
"body-parser": "^1.20.2",
"date-format": "^4.0.14",
"dotenv": "^16.4.2",
"ejs": "^3.1.9",
"express": "^4.18.2",
"find-remove": "^4.1.0",
"fluent-ffmpeg": "^2.1.2",
"needle": "^3.2.0",
"node-cron": "^3.0.3",
"reachable-url": "^1.8.0",
"socket.io": "^4.7.4",
"underscore": "^1.13.6",
"videoshow": "^0.1.12",
"ws": "^8.16.0"
},
"devDependencies": {
"electron": "^22.1.0"
}
}