{
  "name": "@napi-rs/system-ocr-win32-x64-msvc",
  "version": "1.0.2",
  "cpu": [
    "x64"
  ],
  "main": "system-ocr.win32-x64-msvc.node",
  "files": [
    "system-ocr.win32-x64-msvc.node"
  ],
  "description": "OCR via system provided API",
  "license": "MIT",
  "engines": {
    "node": ">= 10"
  },
  "repository": {
    "url": "git+ssh://git@github.com/Brooooooklyn/system-ocr.git",
    "type": "git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "os": [
    "win32"
  ]
}