UNPKG

baburchi

Version:

A lightweight TypeScript library designed to fix typos in OCR post-processing.

66 lines (65 loc) 1.7 kB
{ "name": "baburchi", "version": "1.5.0", "author": "Ragaeeb Haq", "repository": { "type": "git", "url": "https://github.com/ragaeeb/baburchi.git" }, "main": "dist/index.js", "module": "dist/index.ts", "devDependencies": { "@eslint/js": "^9.33.0", "@types/bun": "^1.2.20", "eslint": "^9.33.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-perfectionist": "^4.15.0", "eslint-plugin-prettier": "^5.5.4", "globals": "^16.3.0", "prettier": "^3.6.2", "semantic-release": "^24.2.7", "tsup": "^8.5.0", "typescript-eslint": "^8.39.1" }, "bugs": { "url": "https://github.com/ragaeeb/baburchi/issues" }, "description": "A lightweight TypeScript library designed to fix typos in OCR post-processing.", "engines": { "bun": ">=1.2.20", "node": ">=22.0.0" }, "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "sideEffects": false, "files": [ "dist/index.js", "dist/index.js.map", "dist/*.d.ts", "LICENSE.md", "README.md" ], "homepage": "https://github.com/ragaeeb/baburchi", "keywords": [ "nodejs", "ocr", "formatting", "typos", "correction", "paragraphs", "text-processing", "typescript" ], "license": "MIT", "scripts": { "build": "tsup", "test": "bun test --coverage --coverage-reporter=lcov" }, "source": "src/index.ts", "type": "module", "types": "dist/index.d.ts" }