baburchi
Version:
A lightweight TypeScript library designed to fix typos in OCR post-processing.
58 lines (57 loc) • 1.42 kB
JSON
{
"author": "Ragaeeb Haq",
"bugs": {
"url": "https://github.com/ragaeeb/baburchi/issues"
},
"description": "A lightweight TypeScript library designed to fix typos in OCR post-processing.",
"devDependencies": {
"@biomejs/biome": "^2.3.11",
"@types/bun": "^1.3.5",
"@types/node": "^25.0.3",
"semantic-release": "^25.0.2",
"tsdown": "^0.19.0-beta.5",
"typescript": "^5.9.3"
},
"engines": {
"bun": ">=1.3.5",
"node": ">=24.0.0"
},
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist/**"
],
"homepage": "https://github.com/ragaeeb/baburchi",
"keywords": [
"nodejs",
"ocr",
"formatting",
"typos",
"correction",
"paragraphs",
"text-processing",
"typescript"
],
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.js",
"name": "baburchi",
"packageManager": "bun@1.3.5",
"repository": {
"type": "git",
"url": "git+https://github.com/ragaeeb/baburchi.git"
},
"scripts": {
"build": "tsdown",
"lint": "biome check ."
},
"sideEffects": false,
"source": "src/index.ts",
"type": "module",
"types": "dist/index.d.ts",
"version": "1.7.3"
}