UNPKG

opencv4nodejs-prebuilt

Version:

Asynchronous OpenCV 4.x nodejs bindings with JavaScript and TypeScript API.

64 lines (63 loc) 1.65 kB
{ "name": "opencv4nodejs-prebuilt", "version": "5.3.4", "description": "Asynchronous OpenCV 4.x nodejs bindings with JavaScript and TypeScript API.", "keywords": [ "opencv", "cv", "computer vision", "face", "detection", "recognition", "machine", "learning", "neural", "network", "async", "typescript" ], "author": { "name": "Simon Hofmann", "email": "dev@simon-hofmann.org", "url": "https://simon-hofmann.org" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/nut-tree/opencv4nodejs" }, "bugs": { "url": "https://github.com/nut-tree/opencv4nodejs/issues" }, "homepage": "https://github.com/nut-tree/opencv4nodejs#readme", "main": "./lib/opencv4nodejs.js", "typings": "./lib/index.d.ts", "scripts": { "install": "prebuild-install || (node ./install/dependencies.js && node ./install/install.js)", "clean": "node-gyp clean", "configure": "node-gyp configure", "build": "node ./install/dependencies.js && node-gyp build --jobs max", "build-debug": "BINDINGS_DEBUG=true npm run build", "rebuild": "node ./install/dependencies.js && node-gyp rebuild --jobs max", "prebuild": "node ./install/dependencies.js && prebuild" }, "gypfile": true, "dependencies": { "nan": "^2.15.0", "native-node-utils": "^0.2.7", "npmlog": "^4.1.2", "prebuild-install": "^6.1.4" }, "optionalDependencies": { "@types/node": ">6" }, "opencv4nodejs": { "disableAutoBuild": 1 }, "config": { "opencv": "4.1.1-7" }, "devDependencies": { "prebuild": "^10.0.1" } }