{
  "name": "@es-js/eshtml",
  "version": "0.0.1",
  "description": "EsHTML: HTML en Español",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/es-js/esjs.git",
    "directory": "packages/eshtml"
  },
  "author": "Enzo Notario <hi@enzonotario.me>",
  "license": "MIT",
  "keywords": [
    "esjs",
    "eshtml"
  ],
  "devDependencies": {
    "@types/node": "^20.19.30",
    "html-minifier": "^4.0.0",
    "posthtml-parser": "^0.12.1",
    "posthtml-render": "^3.0.0",
    "prettier": "^3.8.1",
    "typescript": "^5.9.3",
    "unbuild": "^2.0.0",
    "vite": "^5.4.21",
    "vitest": "^2.1.9",
    "@es-js/core": "0.1.1"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./render": {
      "types": "./dist/render.d.ts",
      "import": "./dist/render.mjs",
      "require": "./dist/render.cjs"
    },
    "./parser": {
      "types": "./dist/parser.d.ts",
      "import": "./dist/parser.mjs",
      "require": "./dist/parser.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*",
        "./dist/index.d.ts",
        "./dist/render.d.ts",
        "./dist/parser.d.ts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "unbuild"
  }
}