UNPKG

@pdfme/converter

Version:

TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!

72 lines (71 loc) 1.79 kB
{ "name": "@pdfme/converter", "version": "6.1.2", "description": "TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!", "keywords": [ "pdf", "pdf-designer", "pdf-generation", "pdf-viewer", "react", "typescript" ], "homepage": "https://pdfme.com", "bugs": { "url": "https://github.com/pdfme/pdfme/issues" }, "license": "MIT", "author": "hand-dot", "repository": { "type": "git", "url": "git@github.com:pdfme/pdfme.git" }, "files": [ "dist", "README.md" ], "type": "module", "sideEffects": false, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "browser": "./dist/index.js", "node": "./dist/index.node.js", "default": "./dist/index.js" }, "./md2pdf": { "types": "./dist/md2pdf.d.ts", "browser": "./dist/md2pdf.js", "node": "./dist/md2pdf.js", "default": "./dist/md2pdf.js" } }, "publishConfig": { "access": "public" }, "scripts": { "dev": "vite build --watch", "build": "vite build && tsc -p tsconfig.build.json", "clean": "rimraf dist", "lint": "vp lint -c ../../.oxlintrc.json src", "fmt": "vp fmt -c ../../.oxfmtrc.json src --write", "test": "vitest run --config ../../vitest.config.ts" }, "dependencies": { "@napi-rs/canvas": "^0.1.100", "@pdfme/common": "*", "@pdfme/pdf-lib": "*", "pdfjs-dist": "^5.7.284", "remark-gfm": "^4.0.1", "remark-parse": "^11.0.0", "unified": "^11.0.5" }, "devDependencies": { "@pdfme/generator": "*", "@pdfme/schemas": "*", "@types/mdast": "^4.0.4" } }