Files
showbridge-docs/package.json
T
2025-12-04 08:33:51 -06:00

24 lines
485 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/starlight": "0.37.0",
"astro": "5.16.4",
"sharp": "0.34.5",
"@astrojs/check": "0.9.6",
"typescript": "5.9.3"
}
}