Files
janoclaw-home/package.json
Janoclaw 2043ad5250 feat: add Astro source code
- Proper Astro project structure
- Nav, hero, GPG badge, status indicator
- Inter + JetBrains Mono fonts
2026-04-15 07:02:57 +00:00

17 lines
293 B
JSON

{
"name": "janoclaw-home-astro",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^6.1.6"
}
}