mirror of
https://github.com/sern-handler/website
synced 2026-06-17 05:12:21 +00:00
62 lines
1.3 KiB
JSON
62 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"name": "@astropub/md",
|
|
"description": "Render any Markdown content in Astro",
|
|
"version": "0.4.0",
|
|
"type": "module",
|
|
"license": "CC0-1.0",
|
|
"exports": {
|
|
".": {
|
|
"default": "./astro-md.js",
|
|
"types": "./astro-md.d.ts"
|
|
},
|
|
"./astro-md": {
|
|
"default": "./astro-md.js",
|
|
"types": "./astro-md.d.ts"
|
|
},
|
|
"./Markdown": {
|
|
"default": "./lib/component.js",
|
|
"types": "./lib/component.d.ts"
|
|
},
|
|
"./global": "./global.d.ts",
|
|
"./global.d": "./global.d.ts",
|
|
"./global.d.ts": "./global.d.ts",
|
|
"./package": "./package.json",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"peerDependencies": {
|
|
"@astrojs/markdown-remark": "^4"
|
|
},
|
|
"main": "astro-md.js",
|
|
"types": "astro-md.d.ts",
|
|
"unpkg": "astro-md.js",
|
|
"jsdelivr": "astro-md.js",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"astro-md.js",
|
|
"astro-md.d.ts",
|
|
"global.d.ts",
|
|
"lib"
|
|
],
|
|
"keywords": [
|
|
"astro",
|
|
"astro-component",
|
|
"withastro",
|
|
"ui",
|
|
"commonmark",
|
|
"config",
|
|
"configuration",
|
|
"content",
|
|
"html",
|
|
"inline",
|
|
"markdown",
|
|
"md",
|
|
"render",
|
|
"remark"
|
|
],
|
|
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
|
|
"bugs": "https://github.com/astro-community/md/issues",
|
|
"homepage": "https://github.com/astro-community/md",
|
|
"repository": "https://github.com/astro-community/md.git"
|
|
}
|