{ "name": "astro-remote", "description": "Render remote HTML or Markdown content in Astro with full control over the output.", "type": "module", "version": "0.3.2", "repository": { "type": "git", "url": "https://github.com/natemoo-re/astro-remote" }, "bugs": { "url": "https://github.com/natemoo-re/astro-remote/issues" }, "homepage": "https://github.com/natemoo-re/astro-remote#README", "files": [ "lib", "index.ts", "CHANGELOG.md" ], "types": "./index.ts", "exports": { ".": "./index.ts", "./lib/*": "./lib/*", "./package.json": "./package.json" }, "keywords": [ "html", "template", "sanitize", "astro", "astro-component" ], "author": { "name": "Nate Moore", "email": "nate@natemoo.re", "url": "https://twitter.com/n_moore" }, "license": "MIT", "volta": { "node": "18.19.0", "pnpm": "8.14.1" }, "engines": { "node": ">=18.14.1" }, "dependencies": { "entities": "^4.5.0", "marked": "^12.0.0", "marked-footnote": "^1.2.2", "marked-smartypants": "^1.1.6", "ultrahtml": "^1.5.3" }, "devDependencies": { "astro": "^4.0.0" } }