camera-sabotage-detector
Version:
A Node.js native addon for detecting various types of camera sabotage including defocus, blackout, covered camera, flash, and scene tampering
39 lines • 1.07 kB
JSON
{
"name": "camera-sabotage-detector",
"version": "1.0.6",
"description": "A Node.js native addon for detecting various types of camera sabotage including defocus, blackout, covered camera, flash, and scene tampering",
"main": "index.js",
"scripts": {
"install": "node-gyp rebuild"
},
"keywords": [
"camera",
"sabotage",
"defocus",
"blackout",
"flash",
"scene-change",
"security",
"monitoring"
],
"author": "maksym.shyshko@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/maxim729467/camera-sabotage-detector.git"
},
"bugs": {
"url": "https://github.com/maxim729467/camera-sabotage-detector/issues"
},
"homepage": "https://github.com/maxim729467/camera-sabotage-detector#readme",
"dependencies": {
"node-addon-api": "^7.1.0"
},
"devDependencies": {
"node-gyp": "^10.0.0"
},
"gypfile": true,
"engines": {
"node": ">=14.0.0"
}
}