Files
showbridge-docs/package.json
T
dependabot[bot] a55bafcd8e Bump astro from 5.17.1 to 5.17.3
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.17.1 to 5.17.3.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/astro@5.17.3/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@5.17.3/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-version: 5.17.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-23 18:42:18 +00:00

24 lines
485 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",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@astrojs/starlight": "0.37.4",
"astro": "5.17.3",
"sharp": "0.34.5",
"@astrojs/check": "0.9.6",
"typescript": "5.9.3"
}
}