cats-album/package.json

17 lines
291 B
JSON
Raw Normal View History

2023-09-02 11:01:47 +02:00
{
"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": {
2024-02-16 10:50:22 +01:00
"astro": "^4.4.0",
2023-09-02 20:30:30 +02:00
"chota": "^0.9.2"
2023-09-02 11:01:47 +02:00
}
2023-09-02 20:30:30 +02:00
}