Files

18 lines
426 B
JSON
Raw Permalink Normal View History

{
"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",
"check:sitemap": "node scripts/check-sitemap.mjs"
},
"dependencies": {
"@astrojs/starlight": "^0.41.3",
"astro": "^7.1.1",
"starlight-llms-txt": "^0.11.0"
}
}