mirror of
https://github.com/danbulant/mdsvexrs
synced 2026-06-19 14:31:10 +00:00
17 lines
436 B
JSON
17 lines
436 B
JSON
{
|
|
"name": "mdsvexrs",
|
|
"version": "0.1.2",
|
|
"description": "Faster Markdown to Svelte with inline code highlighting",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"mdsvexrs-wasm": "0.1.0"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@9.5.0+sha1.8c155dc114e1689d18937974f6571e0ceee66f1d"
|
|
}
|