Files
showbridge-docs/package.json
T
dependabot[bot] 68891e0ae0 Bump @astrojs/check from 0.9.5 to 0.9.6
Bumps [@astrojs/check](https://github.com/withastro/astro/tree/HEAD/packages/language-tools/astro-check) from 0.9.5 to 0.9.6.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/language-tools/astro-check/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/check@0.9.6/packages/language-tools/astro-check)

---
updated-dependencies:
- dependency-name: "@astrojs/check"
  dependency-version: 0.9.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-03 23:59:59 +00: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.15.9",
"sharp": "0.34.5",
"@astrojs/check": "0.9.6",
"typescript": "5.9.3"
}
}