Files
showbridge-docs/package.json
T
dependabot[bot] b17e00bdb3 Bump @astrojs/check from 0.9.9 to 0.9.10
Bumps [@astrojs/check](https://github.com/withastro/astro/tree/HEAD/packages/language-tools/astro-check) from 0.9.9 to 0.9.10.
- [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.10/packages/language-tools/astro-check)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-29 16:43:21 +00:00

24 lines
487 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.39.3",
"astro": "^6.4.4",
"sharp": "0.34.5",
"typescript": "6.0.3"
}
}