Files
showbridge-docs/package.json
T
Joel Wetzell d5664c7e84 Merge pull request #3 from jwetzell/dependabot/npm_and_yarn/astrojs/check-0.9.6
Bump @astrojs/check from 0.9.5 to 0.9.6
2025-12-03 18:02:54 -06:00

24 lines
498 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 --base /docs",
"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"
}
}