1
Fork 0
This repository has been archived on 2025-04-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Astro-Resend-Form/package.json

16 lines
295 B
JSON
Raw Permalink Normal View History

2025-03-20 18:33:29 -04:00
{
"name": "form-while",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.1.3",
"astro": "^5.5.3",
"resend": "^4.1.2"
}
}