UNPKG

@es-js/eshtml

Version:

EsHTML: HTML en Español

65 lines 1.44 kB
{ "name": "@es-js/eshtml", "version": "0.0.1-beta.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.14.9", "html-minifier": "^4.0.0", "posthtml-parser": "^0.12.0", "posthtml-render": "^3.0.0", "prettier": "^3.3.2", "typescript": "^5.5.2", "unbuild": "^2.0.0", "vite": "^5.3.2", "vitest": "^1.6.0", "@es-js/core": "0.1.0-beta.16" }, "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" } }