{ "name": "@pdfme/generator", "version": "0.0.0", "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" }, "type": "module", "sideEffects": false, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.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", "test:update-snapshots": "vitest run --config ../../vitest.config.ts -u" }, "dependencies": { "@pdfme/pdf-lib": "*", "fontkit": "^2.0.2" }, "devDependencies": { "@pdfme/common": "*", "@pdfme/converter": "*", "@pdfme/schemas": "*" }, "peerDependencies": { "@pdfme/common": "latest", "@pdfme/schemas": "latest" } }