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

---
updated-dependencies:
- dependency-name: astro
  dependency-version: 7.1.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

24 lines
486 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.9",
"@astrojs/starlight": "^0.39.3",
"astro": "^7.1.3",
"sharp": "0.34.5",
"typescript": "6.0.3"
}
}