2022-07-20 20:45:05 +00:00
|
|
|
{
|
|
|
|
"name": "@astrojs/markdown-component",
|
2023-03-13 14:25:47 +00:00
|
|
|
"description": "Use the legacy Markdown component in your Astro site",
|
2023-03-13 20:05:43 +00:00
|
|
|
"version": "1.0.3",
|
2022-07-20 20:45:05 +00:00
|
|
|
"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",
|
2022-11-02 20:04:11 +00:00
|
|
|
"homepage": "https://docs.astro.build/en/migrate/#markdown--component-removed",
|
2022-07-20 20:45:05 +00:00
|
|
|
"main": "./Markdown.astro",
|
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"astro": "./Markdown.astro"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "mocha --exit --timeout 20000"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-09-28 15:13:33 +00:00
|
|
|
"@types/mocha": "^9.1.1",
|
2022-07-20 20:45:05 +00:00
|
|
|
"astro": "workspace:*",
|
|
|
|
"chai": "^4.3.6",
|
|
|
|
"cheerio": "^1.0.0-rc.11",
|
2022-09-28 15:13:33 +00:00
|
|
|
"github-slugger": "^1.4.0",
|
2022-07-20 20:45:05 +00:00
|
|
|
"mocha": "^9.2.2",
|
2022-09-28 15:13:33 +00:00
|
|
|
"rehype-autolink-headings": "^6.1.1",
|
|
|
|
"rehype-slug": "^5.0.1",
|
|
|
|
"rehype-toc": "^3.0.2",
|
|
|
|
"remark-code-titles": "^0.1.2"
|
2022-07-20 20:45:05 +00:00
|
|
|
},
|
2022-07-20 20:47:28 +00:00
|
|
|
"keywords": [
|
|
|
|
"astro",
|
|
|
|
"astro-component"
|
|
|
|
]
|
2022-07-20 20:45:05 +00:00
|
|
|
}
|