Netweak-Badges/test/package.json
2025-03-07 17:16:54 -05:00

18 lines
No EOL
372 B
JSON

{
"name": "test",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.1.0",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@sudovanilla/netweak-astrojs": "../",
"astro": "^5.4.1"
}
}