{
  "name": "@puge/opencv4nodejs",
  "version": "5.6.5",
  "description": "Asynchronous OpenCV 3.x nodejs bindings with JavaScript and TypeScript API.",
  "main": "./lib/opencv4nodejs.js",
  "typings": "./lib/index.d.ts",
  "directories": {
    "example": "examples",
    "lib": "lib",
    "test": "test"
  },
  "dependencies": {
    "nan": "^2.20.0",
    "native-node-utils": "^0.2.7",
    "winston": "^3.13.0",
    "@puge/opencv-build": "^0.2.1"
  },
  "devDependencies": {},
  "scripts": {
    "postinstall": "node ./install/install.js",
    "configure": "node-gyp configure",
    "build": "node-gyp configure build --jobs max",
    "rebuild": "node-gyp rebuild --jobs max",
    "clean": "node-gyp clean",
    "build-debug": "BINDINGS_DEBUG=true node ./install/install.js"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/puge/opencv4nodejs.git"
  },
  "keywords": [
    "opencv",
    "cv",
    "computer vision",
    "face",
    "detection",
    "recognition",
    "machine",
    "learning",
    "neural",
    "network",
    "async",
    "typescript"
  ],
  "author": "justadudewhohacks",
  "license": "MIT",
  "gypfile": true,
  "bugs": {
    "url": "https://github.com/puge/opencv4nodejs/issues"
  },
  "homepage": "https://github.com/puge/opencv4nodejs#readme"
}
