UNPKG

svelte-markdoc-preprocess

Version:

A Svelte preprocessor that allows you to use Markdoc.

52 lines 1.27 kB
{ "name": "svelte-markdoc-preprocess", "version": "3.0.0", "description": "A Svelte preprocessor that allows you to use Markdoc.", "type": "module", "keywords": [ "svelte", "preprocessor", "markdoc", "markdown", "md" ], "exports": { ".": { "types": "./dist/module.d.ts", "import": "./dist/module.js", "require": "./dist/module.js" } }, "author": "Torsten Dittmann", "license": "MIT", "dependencies": { "@markdoc/markdoc": "^0.5.1", "estree-walker": "^3.0.3", "html-escaper": "^3.0.3", "js-yaml": "^4.1.0", "lovely-logs": "^2.6.0", "svelte": "^5.25.5", "typescript": "^5.8.2" }, "repository": { "type": "git", "url": "git+https://github.com/TorstenDittmann/svelte-markdoc-preprocess.git" }, "homepage": "https://svelte-markdoc-preprocess.pages.dev", "devDependencies": { "@types/html-escaper": "^3.0.4", "@types/js-yaml": "^4.0.9", "@types/node": "^22.13.14", "fast-glob": "^3.3.3", "prettier": "^3.5.3", "publint": "^0.3.9" }, "scripts": { "test": "node --test", "check": "publint && tsc --noEmit", "lint": "prettier --check .", "format": "prettier --write .", "dev": "tsc --watch", "build": "tsc" } }