{
  "name": "@nakamura196/ndl-koten-ocr-web",
  "version": "1.0.7",
  "description": "Web-based OCR library for ancient Japanese text recognition using ONNX models",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./worker": {
      "types": "./dist/index-worker.d.mts",
      "import": "./dist/index-worker.worker.mjs"
    }
  },
  "files": [
    "dist",
    "models",
    "README.md"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "lint": "eslint src",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "ocr",
    "japanese",
    "koten",
    "ndl",
    "onnx",
    "webassembly",
    "text-recognition",
    "layout-detection"
  ],
  "author": "Satoru Nakamura <na.kamura.1263@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "js-yaml": "^4.1.0",
    "onnxruntime-web": "^1.16.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.34.0",
    "@types/js-yaml": "^4.0.9",
    "eslint": "^9.34.0",
    "tsup": "^8.0.0",
    "typescript": "^5.9.2",
    "typescript-eslint": "^8.41.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yuta1984/ndlkotenocr-lite-web"
  },
  "bugs": {
    "url": "https://github.com/yuta1984/ndlkotenocr-lite-web/issues"
  },
  "homepage": "https://github.com/yuta1984/ndlkotenocr-lite-web#readme"
}
