{ "name": "@polyrender/core", "version": "0.2.0", "description": "Framework-agnostic universal document renderer — PDF, EPUB, DOCX, CSV, code, and plain text with optional chunked/paged loading", "license": "Zlib", "private": false, "type": "module", "homepage": "https://tangled.org/aria.pds.witchcraft.systems/polyrender/blob/main/packages/core/README.md", "bugs": { "url": "https://tangled.org/aria.pds.witchcraft.systems/polyrender/issues", "email": "polyrender@aria.coffee" }, "author": "Aria Quinlan (http://aria.coffee/)", "repository": { "type": "git", "url": "git+https://tangled.org/aria.pds.witchcraft.systems/polyrender", "directory": "packages/core" }, "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" }, "./styles.css": "./dist/styles.css" }, "files": [ "dist", "README.md", "LICENSE" ], "sideEffects": [ "*.css" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "clean": "rm -rf dist", "typecheck": "tsc --noEmit" }, "devDependencies": { "tsup": "^8.0.0", "typescript": "^5.5.0" }, "peerDependencies": { "pdfjs-dist": ">=4.0.0", "epubjs": ">=0.3.0", "docx-preview": ">=0.3.0", "papaparse": ">=5.0.0", "highlight.js": ">=11.0.0", "jszip": ">=3.0.0", "xlsx": ">=0.18.0", "node-unrar-js": ">=2.0.0", "7z-wasm": ">=1.0.0", "utif": ">=3.0.0", "@jsquash/jxl": ">=1.0.0" }, "peerDependenciesMeta": { "pdfjs-dist": { "optional": true }, "epubjs": { "optional": true }, "docx-preview": { "optional": true }, "papaparse": { "optional": true }, "highlight.js": { "optional": true }, "jszip": { "optional": true }, "xlsx": { "optional": true }, "node-unrar-js": { "optional": true }, "7z-wasm": { "optional": true }, "utif": { "optional": true }, "@jsquash/jxl": { "optional": true } }, "keywords": [ "pdf", "epub", "docx", "csv", "document", "viewer", "renderer", "reader", "chunked", "framework-agnostic" ] }