{ "name": "cms-plugins-app", "version": "0.1.0", "private": true, "type": "module", "emdash": { "label": "CMS plugins catalog", "seed": "seed/seed.json" }, "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "start": "node ./dist/server/entry.mjs", "bootstrap": "emdash init", "typecheck": "astro check" }, "dependencies": { "@astrojs/node": "^10.0.5", "astro": "^6.3.0", "better-sqlite3": "^12.8.0", "emdash": "^0.10.0" }, "devDependencies": { "@astrojs/check": "^0.9.7" } }