mercury/package.json
2025-05-01 21:24:52 +08:00

19 lines
525 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"
},
"packageManager": "pnpm@10.7.1+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808"
}