mercury/package.json
2025-05-01 16:53:18 +08:00

18 lines
354 B
JSON

{
"name": "@mercury/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"license": "AGPL-3.0-or-later",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.2.5",
"@astrojs/rss": "^4.0.1",
"fuse.js": "^7.0.0"
}
}