{ "name": "@pdfme/common", "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": "node set-version.js && vite build --watch", "build": "node set-version.js && 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": { "@pdfme/pdf-lib": "*", "acorn": "^8.16.0", "buffer": "^6.0.3", "zod": "^4.3.6" }, "devDependencies": { "@types/estree": "^1.0.6" }, "peerDependencies": { "antd": "^5.11.2", "form-render": "^2.2.20" } }