UNPKG

paragrafs

Version:

A lightweight TypeScript library designed to reconstruct paragraphs from AI transcriptions.

58 lines (57 loc) 1.61 kB
{ "author": "Ragaeeb Haq", "bugs": { "url": "https://github.com/ragaeeb/paragrafs/issues" }, "description": "A lightweight TypeScript library designed to reconstruct paragraphs from AI transcriptions.", "devDependencies": { "@biomejs/biome": "^2.3.10", "@types/bun": "^1.3.5", "@types/node": "^25.0.3", "semantic-release": "^25.0.2", "tsdown": "^0.18.3", "typescript": "^5.9.3" }, "engines": { "bun": ">=1.3.5", "node": ">=24.0.0" }, "files": [ "dist", "LICENSE.md", "README.md" ], "homepage": "https://github.com/ragaeeb/paragrafs", "keywords": [ "transcription", "wit.ai", "audio", "video", "nodejs", "formatting", "paragraphs", "text-processing", "typescript" ], "license": "MIT", "main": "dist/index.mjs", "module": "./dist/index.mjs", "name": "paragrafs", "repository": { "type": "git", "url": "https://github.com/ragaeeb/paragrafs.git" }, "scripts": { "build": "tsdown", "demo:build": "bun run build && cd demo && bun run build", "demo:deploy": "bun run demo:build && surge demo/dist paragrafs.surge.sh", "demo:dev": "bun run build && cd demo && bun run dev", "demo:install": "cd demo && bun install", "demo:preview": "cd demo && bun run preview", "lint": "biome check ." }, "source": "src/index.ts", "type": "module", "types": "dist/index.d.mts", "version": "1.6.0" }