smartocr/package.json
2024-05-29 14:15:11 +02:00

64 lines
1.6 KiB
JSON

{
"name": "@push.rocks/smartocr",
"version": "1.0.9",
"private": false,
"description": "A module that performs optical character recognition (OCR) using ocrmypdf.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.66",
"@git.zone/tsbundle": "^2.0.8",
"@git.zone/tsrun": "^1.2.46",
"@git.zone/tstest": "^1.0.77",
"@push.rocks/tapbundle": "^5.0.8",
"@types/node": "^20.12.7"
},
"dependencies": {
"@push.rocks/smartfile": "^11.0.14",
"@push.rocks/smartpath": "^5.0.14",
"@push.rocks/smartpromise": "^4.0.2",
"@push.rocks/smartshell": "^3.0.3",
"@push.rocks/smartunique": "^3.0.3"
},
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"OCR",
"optical character recognition",
"ocrmypdf",
"text extraction",
"PDF processing",
"machine learning",
"document analysis",
"text recognition"
],
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartocr.git"
},
"bugs": {
"url": "https://code.foss.global/push.rocks/smartocr/issues"
},
"homepage": "https://code.foss.global/push.rocks/smartocr",
"type": "module"
}