{
  "name": "@templatical/renderer",
  "description": "Render Templatical email templates to MJML",
  "version": "0.42.0",
  "bugs": "https://github.com/templatical/sdk/issues",
  "dependencies": {
    "@templatical/types": "0.42.0"
  },
  "devDependencies": {
    "@resvg/resvg-js": "^2.6.2",
    "mjml": "^5.4.1",
    "typescript": "^6.0.3",
    "vitest": "^5.0.1"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "assets"
  ],
  "homepage": "https://templatical.com",
  "keywords": [
    "email",
    "email-template",
    "html-email",
    "mjml",
    "renderer",
    "templatical"
  ],
  "license": "MIT",
  "module": "./dist/index.js",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/templatical/sdk.git",
    "directory": "packages/renderer"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsdown && node scripts/rasterize-social.mjs",
    "test": "vitest run --config vitest.config.ts",
    "typecheck": "tsc --noEmit"
  }
}