Files
showbridge-docs/package.json
T
2026-08-06 10:34:05 -05:00

24 lines
485 B
JSON

{
"name": "@showbridge/docs",
"type": "module",
"version": "0.4.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.10",
"@astrojs/starlight": "0.41.7",
"astro": "7.2.0",
"sharp": "0.35.3",
"typescript": "6.0.3"
}
}