Files
openclaw.ai/package.json
dependabot[bot] 65054a7f1a chore(deps): bump astro from 5.16.11 to 5.16.13 in the npm group (#5)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-23 15:03:42 -06:00

18 lines
366 B
JSON

{
"name": "clawd-bot-landing",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"astro": "^5.16.13",
"lucide-astro": "^0.556.0",
"simple-icons": "^16.6.0"
}
}