{
  "name": "camera-settings-2",
  "version": "0.0.21",
  "description": "Modify the configuration of the usb camera, support windows and linux, support electron",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "binding.gyp",
    "include/",
    "src/",
    "index.js",
    "index.d.ts"
  ],
  "scripts": {
    "build:debug": "node-gyp configure && node-gyp build --debug",
    "build:release": "node-gyp configure && node-gyp build",
    "rebuild": "node-gyp rebuild",
    "clean": "node-gyp clean",
    "test": "node test"
  },
  "keywords": [
    "camera",
    "settings",
    "control",
    "capture",
    "electron",
    "dshow",
    "v4l2"
  ],
  "license": "MIT",
  "homepage": "https://github.com/grizzzly376/camera-settings#readme",
  "bugs": "https://github.com/grizzzly376/camera-settings/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/grizzzly376/camera-settings.git"
  },
  "author": "dusionlike",
  "dependencies": {
    "bindings": "^1.5.0",
    "node-addon-api": "^7.0.0"
  }
}
