Files
fitlabs.dev/package.json
Felipe Arentsen 23ede47d89 chore: update README and package.json with project info
- Replace scaffold README with project-specific documentation
- Rename package to fitlabs.dev, bump to v1.0.0

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-14 12:47:46 -06:00

20 lines
350 B
JSON

{
"name": "fitlabs.dev",
"type": "module",
"version": "1.0.0",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@tailwindcss/vite": "^4.2.1",
"astro": "^6.0.4",
"tailwindcss": "^4.2.1"
}
}