Files
tenwholeyears-web/package.json
2026-06-26 23:57:58 -05:00

21 lines
487 B
JSON

{
"name": "tenwholeyears-web",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"resize:image": "powershell -ExecutionPolicy Bypass -File ./tools/resize-images.ps1",
"generate-types": "wrangler types"
},
"dependencies": {
"@astrojs/cloudflare": "^14.0.1",
"astro": "^7.0.3",
"wrangler": "^4.105.0"
}
}