fgo-ta-com-website/package.json
Firq 91864702e7
All checks were successful
/ checking (push) Successful in 1m22s
/ build-site (push) Successful in 10m41s
/ release (push) Successful in 8s
Fix for repo change
2023-12-20 22:18:08 +01:00

17 lines
291 B
JSON

{
"name": "",
"type": "module",
"version": "0.1.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^1.4.0",
"astro": "^2.8.3"
}
}