{
  "name": "@pdfme/cli",
  "version": "6.1.12",
  "description": "CLI tool for pdfme - generate PDFs, convert images, validate templates",
  "keywords": [
    "cli",
    "pdf",
    "pdf-generation",
    "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"
  },
  "bin": {
    "pdfme": "dist/index.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "type": "module",
  "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": "npm run clean && 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": "npm run build && npm run test:run",
    "test:run": "vitest run --config ../../vitest.config.ts"
  },
  "dependencies": {
    "@napi-rs/canvas": "^1.0.1",
    "@pdfme/common": "*",
    "@pdfme/converter": "*",
    "@pdfme/generator": "*",
    "@pdfme/schemas": "*",
    "citty": "^0.2.2"
  },
  "engines": {
    "node": ">=20"
  }
}
