Files
site-profile/package.json
Alex Lebens 369e97af41
Some checks failed
release-image-gitea / release (push) Successful in 54s
release-image-harbor / release (push) Failing after 52s
bump package image
2025-03-14 22:37:55 -05:00

18 lines
365 B
JSON

{
"name": "site-profile",
"type": "module",
"version": "0.6.6",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/node": "^9.1.3",
"@directus/sdk": "^19.0.1",
"astro": "^5.5.2",
"typescript": "^5.8.2"
}
}