Files
class/package.json
T
2026-05-03 07:25:26 +08:00

17 lines
305 B
JSON

{
"name": "class-anniversary",
"version": "0.2.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/check": "^0.9.9",
"astro": "^6.2.1",
"typescript": "^6.0.3"
}
}