{ "name": "flug", "version": "1.0.0", "description": "This repository contains the FLUG presentations.", "main": "index.js", "scripts": { "dev": "vite", "build": "vite build", "serve": "vite preview", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "dependencies": { "reveal.js": "^6.0.0" }, "devDependencies": { "vite": "^8.0.3" } }