blob: e0cebf7a67a3e4ff4f88f8f722cb22a242a852b9 [file]
{
"name": "@maka/website",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"test:dist": "astro build && node --test test/site.test.mjs",
"readme-hero": "astro build && node scripts/readme-hero.mjs"
},
"devDependencies": {
"@playwright/test": "^1.63.0",
"@fontsource-variable/geist": "^5.3.0",
"@fontsource-variable/geist-mono": "^5.3.0",
"astro": "^7.3.2",
"cookie": "2.0.1"
}
}