rules-as-code-2025/package.json
2025-03-13 12:18:02 +01:00

15 lines
270 B
JSON

{
"name": "presentation",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.4.3",
"reveal.js": "^5.1.0"
}
}