{
    "name": "paddleocr",
    "version": "1.1.1",
    "description": "A cross-platform OCR library based on PaddleOCR v5 and ONNX Runtime that is as small as possible.",
    "keywords": [
        "ocr"
    ],
    "homepage": "https://github.com/X3ZvaWQ/paddleocr.js#readme",
    "bugs": {
        "url": "https://github.com/X3ZvaWQ/paddleocr.js/issues"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/X3ZvaWQ/paddleocr.js.git"
    },
    "license": "MIT",
    "author": "x3zvawq",
    "type": "module",
    "main": "./dist/index.cjs",
    "module": "./dist/index.mjs",
    "types": "./dist/index.d.mts",
    "exports": {
        ".": {
            "types": "./dist/index.d.mts",
            "import": "./dist/index.mjs",
            "require": "./dist/index.cjs",
            "default": "./dist/index.mjs"
        },
        "./package.json": "./package.json"
    },
    "scripts": {
        "start": "tsdown --watch",
        "build": "tsdown",
        "test": "bun test",
        "test:node": "node --experimental-strip-types --test test/progress.test.ts",
        "lint": "biome check .",
        "lint:fix": "biome check --write .",
        "format": "biome format --write ."
    },
    "devDependencies": {
        "@biomejs/biome": "^2.4.7",
        "@types/node": "^24.0.7",
        "fast-png": "^7.0.0",
        "onnxruntime-node": "1.22.0-rev",
        "onnxruntime-web": "^1.22.0",
        "typescript": "^5.9.3",
        "tsdown": "^0.21.2"
    },
    "dependencies": {}
}
