{
  "name": "@templatical/import-html",
  "description": "Convert HTML email templates to Templatical format",
  "version": "0.39.0",
  "bugs": "https://github.com/templatical/sdk/issues",
  "dependencies": {
    "@templatical/types": "0.39.0",
    "cheerio": "^1.2.0",
    "domhandler": "^6.0.1"
  },
  "devDependencies": {
    "@templatical/renderer": "0.39.0",
    "@types/node": "^25.9.6",
    "mjml": "^5.4.1",
    "typescript": "^6.0.3",
    "vitest": "^5.0.0"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://templatical.com",
  "keywords": [
    "email",
    "email-template",
    "html",
    "html-import",
    "importer",
    "migration",
    "templatical"
  ],
  "license": "MIT",
  "module": "./dist/index.js",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/templatical/sdk.git",
    "directory": "packages/import-html"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsdown",
    "test": "vitest run --config vitest.config.ts",
    "typecheck": "tsc --noEmit"
  }
}