ayco.io-astro/package.json
2022-09-24 20:15:54 +02:00

17 lines
327 B
JSON

{
"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": "^1.2.6",
"astro-github-stats": "^0.1.0"
}
}