-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 904 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 904 Bytes
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
{
"name": "monitor2timelapse",
"version": "0.1.0",
"description": "Order surveillance clips by burned-in timestamps and render a timelapse",
"type": "module",
"author": "ron0115",
"repository": {
"type": "git",
"url": "git+https://github.com/ron0115/monitor2timelapse.git"
},
"homepage": "https://github.com/ron0115/monitor2timelapse#readme",
"bugs": {
"url": "https://github.com/ron0115/monitor2timelapse/issues"
},
"bin": {
"monitor2timelapse": "bin/monitor2timelapse.js"
},
"scripts": {
"test": "node --test",
"check": "npm test"
},
"engines": {
"node": ">=20"
},
"license": "MIT",
"keywords": [
"timelapse",
"surveillance-video",
"monitoring-camera",
"ocr",
"ffmpeg",
"tesseract",
"cli",
"video-processing"
],
"files": [
"bin",
"src",
"README.md",
"LICENSE",
"CHANGELOG.md"
]
}