{
  "name": "excalidraw-brute-export-cli",
  "description": "💪🔨🎭 Export Excalidraw diagrams to SVG or PNG using a headless browser, using the exact same export process as Excalidraw itself",
  "readme": ".github/README.remotified.md",
  "bin": {
    "excalidraw-brute-export-cli": "./src/main.js"
  },
  "type": "module",
  "version": "0.4.0",
  "scripts": {
    "format": "npx prettier --write package.json && npx prettier --write src/ && npx prettier --write --parser markdown \"LICENSE.md\" \".github/README.md.jinja2\" --write",
    "genversion": "genversion --esm lib/version.js",
    "prepublishOnly": "cp -f .github/README.remotified.md README.md && git diff --cached --name-only | xargs npm pack --dry-run"
  },
  "dependencies": {
    "@caporal/core": "^2.0.7",
    "playwright": "^1.43.0"
  },
  "devDependencies": {
    "genversion": "^3.2.0",
    "prettier": "^3.2.5"
  },
  "engines": {
    "node": ">=18.0.0 <19.0.0 || >=20.0.0 <21.0.0 || >=21.0.0 <22.0.0 || >=22.0.0 <23.0.0"
  },
  "keywords": [
    "svg",
    "export",
    "drawing",
    "png",
    "browser",
    "canvas",
    "whiteboard",
    "diagrams",
    "excalidraw"
  ]
}
