UNPKG

@mdream/vite

Version:

Vite plugin for HTML to Markdown conversion with on-demand generation

54 lines 1.11 kB
{ "name": "@mdream/vite", "type": "module", "version": "0.9.1", "description": "Vite plugin for HTML to Markdown conversion with on-demand generation", "author": { "name": "Harlan Wilton", "email": "harlan@harlanzw.com", "url": "https://harlanzw.com/" }, "license": "MIT", "keywords": [ "vite", "plugin", "html", "markdown", "converter", "ssr", "on-demand", "llm" ], "exports": { ".": { "types": "./dist/index.d.mts", "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "default": "./dist/index.mjs" } }, "main": "./dist/index.mjs", "types": "./dist/index.d.mts", "files": [ "dist" ], "peerDependencies": { "vite": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" }, "dependencies": { "mdream": "0.9.1" }, "devDependencies": { "@types/node": "^24.1.0", "vite": "^7.0.6" }, "scripts": { "build": "obuild", "typecheck": "tsc --noEmit", "dev:prepare": "obuild --stub", "test": "vitest test", "test:attw": "attw --pack" } }