Files
website/package.json
2026-02-08 17:31:47 +05:30

14 lines
234 B
JSON

{
"name": "mcp",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.17.1"
}
}