mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-05-13 21:14:17 +00:00
94dfd4af8c
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
486 B
JSON
24 lines
486 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/check": "0.9.8",
|
|
"@astrojs/starlight": "^0.38.2",
|
|
"astro": "^6.1.4",
|
|
"sharp": "0.34.5",
|
|
"typescript": "6.0.3"
|
|
}
|
|
}
|