@mdream/vite
Version:
Vite plugin for HTML to Markdown conversion with on-demand generation
59 lines • 1.24 kB
JSON
{
"name": "@mdream/vite",
"type": "module",
"version": "0.15.3",
"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",
"repository": {
"type": "git",
"url": "https://github.com/harlan-zw/mdream",
"directory": "packages/vite"
},
"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.15.3"
},
"devDependencies": {
"@types/node": "^24.10.1",
"vite": "^7.2.7"
},
"scripts": {
"build": "obuild",
"typecheck": "tsc --noEmit",
"dev:prepare": "obuild --stub",
"test": "vitest test",
"test:attw": "attw --pack"
}
}