Files
showbridge-docs/package.json
T
2026-03-16 17:44:11 -05:00

24 lines
486 B
JSON

{
"name": "@showbridge/docs",
"type": "module",
"version": "0.1.0",
"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.8",
"@astrojs/starlight": "^0.38.1",
"astro": "^6.0.5",
"sharp": "0.34.5",
"typescript": "5.9.3"
}
}