{
  "name": "pdfmake-html-renderer",
  "version": "0.3.3",
  "author": "Michael Manzinger <michael@kryops.de>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/kryops/pdfmake-html-renderer.git"
  },
  "bugs": {
    "url": "https://github.com/kryops/pdfmake-html-renderer/issues"
  },
  "homepage": "https://github.com/kryops/pdfmake-html-renderer#readme",
  "keywords": [
    "pdfmake",
    "pdf"
  ],
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "svelte": "./dist/svelte/index.js",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "svelte": "./dist/svelte/index.js",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./server": {
      "types": "./server.d.ts",
      "import": "./dist/server/index.js",
      "require": "./dist/server/index.cjs"
    },
    "./dist/index.css": {
      "default": "./dist/index.css"
    }
  },
  "types": "index.d.ts",
  "scripts": {
    "clean": "rimraf dist",
    "start": "vite --config playground.vite.config.ts",
    "build": "vite build && vite build --ssr && BUILD_GLOBAL=true vite build && mv dist/style.css dist/index.css && rimraf dist/server/style.css && svelte-package -i src -o dist/svelte",
    "docs": "vite build --config playground.vite.config.ts",
    "lint:tsc": "tsc --noEmit",
    "lint:svelte": "svelte-check --ignore examples",
    "lint:prettier": "prettier --check --cache '**/*.{js,ts,md}'",
    "lint": "run-p 'lint:*'",
    "prettify": "prettier --write --cache '**/*.{js,ts,md}'",
    "prepublish": "yarn lint && yarn build && yarn test:playwright && publint",
    "test": "yarn test:playwright",
    "test:playwright": "yarn build && yarn test:playwright:build && yarn test:playwright:run",
    "test:update": "yarn build && yarn test:playwright:build && yarn test:playwright:run-update",
    "test:playwright:build": "docker build -f Dockerfile.playwright -t pdfmake-playwright .",
    "test:playwright:run": "docker run --rm -v $(pwd)/dist:/workspace/dist -v $(pwd)/playwright-report:/workspace/playwright-report -v $(pwd)/test-results:/workspace/test-results -v $(pwd)/playwright-tests:/workspace/playwright-tests pdfmake-playwright",
    "test:playwright:run-update": "yarn test:playwright:run yarn playwright test --update-snapshots"
  },
  "dependencies": {
    "qrcode": "^1.5.4"
  },
  "peerDependencies": {
    "svelte": "^4.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@babel/preset-env": "^7.29.0",
    "@babel/preset-typescript": "^7.28.5",
    "@playwright/test": "^1.58.2",
    "@sveltejs/package": "^2.5.7",
    "@sveltejs/vite-plugin-svelte": "^3.1.2",
    "@tsconfig/svelte": "^5.0.7",
    "@types/node": "^24.10.12",
    "@types/pdfmake": "^0.3.1",
    "@types/qrcode": "^1.5.6",
    "ace-builds": "^1.43.6",
    "css-color-names": "^1.0.1",
    "get-port": "^7.1.0",
    "npm-run-all": "^4.1.5",
    "pdfmake": "^0.3.5",
    "prettier": "^3.8.1",
    "publint": "^0.3.17",
    "rimraf": "^6.1.2",
    "svelte": "^4.2.20",
    "svelte-check": "^3.8.6",
    "svelte-preprocess": "^6.0.3",
    "ts-node": "^10.9.2",
    "tslib": "^2.8.1",
    "typescript": "^5.9.3",
    "vite": "^5.4.2"
  },
  "packageManager": "yarn@4.12.0"
}
