mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-07 14:43:38 +00:00
24 lines
485 B
JSON
24 lines
485 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.41.7",
|
|
"astro": "7.2.0",
|
|
"sharp": "0.35.3",
|
|
"typescript": "6.0.3"
|
|
}
|
|
}
|