43daac7a9b
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
40 lines
1 KiB
JSON
40 lines
1 KiB
JSON
{
|
|
"name": "@astrojs/markdown-component",
|
|
"description": "Use the legacy Markdown component in your Astro site",
|
|
"version": "1.0.3",
|
|
"type": "module",
|
|
"author": "withastro",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/withastro/astro.git",
|
|
"directory": "packages/markdown/component"
|
|
},
|
|
"bugs": "https://github.com/withastro/astro/issues",
|
|
"homepage": "https://docs.astro.build/en/migrate/#markdown--component-removed",
|
|
"main": "./Markdown.astro",
|
|
"exports": {
|
|
".": {
|
|
"astro": "./Markdown.astro"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --exit --timeout 20000"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mocha": "^9.1.1",
|
|
"astro": "workspace:*",
|
|
"chai": "^4.3.6",
|
|
"cheerio": "^1.0.0-rc.11",
|
|
"github-slugger": "^1.4.0",
|
|
"mocha": "^9.2.2",
|
|
"rehype-autolink-headings": "^6.1.1",
|
|
"rehype-slug": "^5.0.1",
|
|
"rehype-toc": "^3.0.2",
|
|
"remark-code-titles": "^0.1.2"
|
|
},
|
|
"keywords": [
|
|
"astro",
|
|
"astro-component"
|
|
]
|
|
}
|