les-particules-org/package.json

18 lines
325 B
JSON
Raw Normal View History

2023-01-30 21:49:01 +00:00
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2"
2023-02-04 18:40:11 +00:00
},
2023-09-27 16:18:50 +00:00
"packageManager": "yarn@3.6.3"
2023-01-30 21:49:01 +00:00
}