This repository has been archived on 2025-12-24. You can view files and clone it, but cannot push or open issues or pull requests.
site-template/ref/starlight/packages/markdoc/package.json
2025-03-07 14:59:06 +01:00

32 lines
841 B
JSON

{
"name": "@astrojs/starlight-markdoc",
"version": "0.2.0",
"description": "Markdoc preset for the Starlight documentation theme for Astro",
"author": "Chris Swithinbank <swithinbank@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/withastro/starlight",
"directory": "packages/markdoc"
},
"bugs": "https://github.com/withastro/starlight/issues",
"homepage": "https://starlight.astro.build",
"type": "module",
"exports": {
".": "./index.mjs",
"./components": "./components.ts"
},
"devDependencies": {
"@astrojs/markdoc": "^0.12.4",
"@astrojs/starlight": "workspace:*",
"vitest": "^3.0.1"
},
"peerDependencies": {
"@astrojs/markdoc": "^0.12.1",
"@astrojs/starlight": ">=0.30.0"
},
"publishConfig": {
"provenance": true
}
}