Space/package.json

14 lines
296 B
JSON

{
"name": "znachor-space",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^3.5.3",
"astrowiki": "git+https://git.znachor.cz/Znachor/AstroWiki.git"
}
}