UNPKG

ipcamsd

Version:

Command line tool and library for downloading, merging and converting record files of IP cameras

42 lines (41 loc) 897 B
{ "name": "ipcamsd", "version": "2.2.0", "description": "Command line tool and library for downloading, merging and converting record files of IP cameras", "main": "./src/ipcamsd.mjs", "type": "module", "bin": { "ipcamsd": "./src/cli.mjs" }, "author": { "name": "Thorsten A. Weintz" }, "repository": { "type": "git", "url": "git@github.com:aoephtua/ipcamsd.git" }, "keywords": [ "bedee", "reolink", "hi3510", "h264", "h.264", "ip-camera", "camera", "conversion", "es6" ], "license": "MIT", "dependencies": { "axios": "^1.8.4", "chalk": "^5.4.1", "cheerio": "^1.0.0", "chipcaco": "^0.1.1", "command-exists": "^1.2.9", "commander": "^13.1.0", "fluent-ffmpeg": "^2.1.3", "fs-extra": "^11.3.0", "moment": "^2.30.1", "tmp": "^0.2.3" } }