Files
pokemon/package.json

14 lines
238 B
JSON
Raw Normal View History

2026-02-07 13:36:51 -05:00
{
"name": "pokemon",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.17.1"
}
}