Files
showbridge-docs/package.json
T
2026-08-28 14:56:27 +00:00

24 lines
486 B
JSON

{
"name": "@showbridge/docs",
"type": "module",
"version": "0.5.1",
"files": [
"dist"
],
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"build:prod": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@astrojs/check": "0.9.10",
"@astrojs/starlight": "0.41.10",
"astro": "7.2.8",
"sharp": "0.35.4",
"typescript": "6.0.3"
}
}