firq-dev-website/package.json

17 lines
269 B
JSON
Raw Normal View History

2023-01-15 16:53:19 +00:00
{
2023-01-23 19:09:29 +00:00
"name": "@firq/fgosite",
2023-01-23 19:07:06 +00:00
"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.9.0"
}
2023-01-15 16:53:19 +00:00
}