d790eabd98
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
34 lines
746 B
JSON
34 lines
746 B
JSON
{
|
|
"name": "@astrojs/markdown-component",
|
|
"version": "0.2.0",
|
|
"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://astro.build",
|
|
"main": "./Markdown.astro",
|
|
"exports": {
|
|
".": {
|
|
"astro": "./Markdown.astro"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --exit --timeout 20000"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "workspace:*",
|
|
"chai": "^4.3.6",
|
|
"cheerio": "^1.0.0-rc.11",
|
|
"mocha": "^9.2.2",
|
|
"@types/mocha": "^9.1.1"
|
|
},
|
|
"keywords": [
|
|
"astro",
|
|
"astro-component"
|
|
]
|
|
}
|