UNPKG

kokokor

Version:

A lightweight TypeScript library designed to reconstruct paragraphs from OCRed inputs.

55 lines (54 loc) 1.5 kB
{ "author": "Ragaeeb Haq", "bugs": { "url": "https://github.com/ragaeeb/kokokor/issues" }, "description": "A lightweight TypeScript library designed to reconstruct paragraphs from OCRed inputs.", "devDependencies": { "@biomejs/biome": "^2.3.15", "@types/bun": "^1.3.9", "@types/node": "^25.2.3", "semantic-release": "^25.0.3", "tsdown": "^0.20.3", "typescript": "^5.9.3" }, "engines": { "bun": ">=1.3.9", "node": ">=24.0.0" }, "files": [ "dist", "LICENSE.md", "README.md" ], "homepage": "https://github.com/ragaeeb/kokokor", "keywords": [ "nodejs", "ocr", "formatting", "paragraphs", "text-processing", "typescript" ], "license": "MIT", "main": "dist/index.js", "name": "kokokor", "packageManager": "bun@1.3.9", "repository": { "type": "git", "url": "https://github.com/ragaeeb/kokokor.git" }, "scripts": { "build": "tsdown", "format": "biome format --write", "lint": "biome check", "postbuild": "bun run test:exports", "review:diff": "git diff main -- src test/exports.test.ts > review-diff.txt", "snap": "WRITE_SNAPSHOTS=true bun test", "test:exports": "bun test test/exports.test.ts" }, "source": "src/index.ts", "type": "module", "types": "dist/index.d.ts", "version": "2.2.0" }