cats-album/package.json
2023-09-02 20:30:30 +02:00

17 lines
291 B
JSON

{
"name": "catsof-tech",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^3.0.7",
"chota": "^0.9.2"
}
}