Files
showbridge-docs/package.json
T
Joel Wetzell 42542fc217 0.1.2
2026-05-17 21:17:20 -05:00

24 lines
486 B
JSON

{
"name": "@showbridge/docs",
"type": "module",
"version": "0.1.2",
"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.9",
"@astrojs/starlight": "^0.39.2",
"astro": "^6.3.1",
"sharp": "0.34.5",
"typescript": "6.0.3"
}
}