Files
site-profile/package.json
Alex Lebens f243249fb8
All checks were successful
release-image-gitea / release (push) Successful in 47s
release-image-harbor / release (push) Successful in 50s
update tag
2025-05-15 20:43:22 -05:00

18 lines
366 B
JSON

{
"name": "site-profile",
"type": "module",
"version": "0.6.8",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/node": "^9.2.1",
"@directus/sdk": "^19.1.0",
"astro": "^5.7.13",
"typescript": "^5.8.3"
}
}