{ "name": "asky-astro", "type": "module", "version": "1.8.7", "description": "Asky 主题的 Astro 实现版本 —— 完整保留原 WordPress 主题样式,并提供独立的配置文件以同步原主题设置项", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "astro": "^4.16.0" }, "devDependencies": { "@astrojs/check": "^0.9.4", "typescript": "^5.6.0" } }