UNPKG

kokokor

Version:

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

59 lines (58 loc) 1.59 kB
{ "name": "kokokor", "version": "2.0.2", "author": "Ragaeeb Haq", "repository": { "type": "git", "url": "https://github.com/ragaeeb/kokokor.git" }, "main": "dist/index.js", "devDependencies": { "@eslint/js": "^9.29.0", "@types/bun": "^1.2.17", "@types/node": "^24.0.3", "baburchi": "^1.0.0", "eslint": "^9.29.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-perfectionist": "^4.15.0", "eslint-plugin-prettier": "^5.5.0", "globals": "^16.2.0", "prettier": "^3.6.0", "semantic-release": "^24.2.5", "tsup": "^8.5.0", "typescript-eslint": "^8.35.0" }, "bugs": { "url": "https://github.com/ragaeeb/kokokor/issues" }, "description": "A lightweight TypeScript library designed to reconstruct paragraphs from OCRed inputs.", "engines": { "bun": ">=1.2.16", "node": ">=22.0.0" }, "files": [ "dist/index.js", "dist/index.js.map", "dist/*.d.ts", "LICENSE.md", "README.md" ], "homepage": "https://github.com/ragaeeb/kokokor", "keywords": [ "nodejs", "ocr", "formatting", "paragraphs", "text-processing", "typescript" ], "license": "MIT", "scripts": { "build": "tsup", "snap": "WRITE_SNAPSHOTS=true bun test", "test": "bun test --coverage --coverage-reporter=lcov" }, "source": "src/index.ts", "type": "module", "types": "dist/index.d.ts" }