osr-mono/packages/osr-code-bot/docs/package.json
2025-02-01 14:25:34 +01:00

19 lines
362 B
JSON

{
"name": "starlight",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.30.5",
"astro": "^5.0.2",
"astro-code-editor": "^0.1.1",
"sharp": "^0.32.5"
}
}