mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-09 15:43:38 +00:00
4b2e2d2a64
Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.3 to 7.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
487 B
JSON
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.35.3",
|
|
"typescript": "7.0.2"
|
|
}
|
|
}
|