mirror of
https://github.com/runbear-io/beardrive.git
synced 2026-08-25 08:08:08 +02:00
17 lines
371 B
JSON
17 lines
371 B
JSON
{
|
|||
|
|
"name": "beardrive-docs",
|
||
|
|
"private": true,
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "npm run tokens && astro dev",
|
||
|
|
"build": "npm run tokens && astro build",
|
||
|
|
"preview": "astro preview",
|
||
|
|
"tokens": "node scripts/tokens.mjs"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@astrojs/starlight": "^0.41.3",
|
||
|
|
"astro": "^7.1.1",
|
||
|
|
"starlight-llms-txt": "^0.11.0"
|
||
|
|
}
|
||
|
|
}
|