ivy.rs/package.json
2025-03-12 10:56:41 +00:00

14 lines
No EOL
237 B
JSON

{
"name": "trellis",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.4.3"
}
}