{ "name": "webdev", "version": "1.0.0", "description": "Modern coffee-themed web development portfolio built with vanilla JavaScript, CSS, and HTML. Uses Vite, Bootstrap 5, and features dark/light mode, particle animations, and cross-browser compatibility.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "vite", "build": "vite build", "preview": "vite preview" }, "repository": { "type": "git", "url": "https://git.dustin.coffee/hobokenchicken/webdev-site.git" }, "keywords": ["portfolio", "web development", "coffee theme", "bootstrap", "vite", "vanilla javascript", "dark mode"], "author": "Dustin Newkirk", "license": "MIT", "type": "module", "devDependencies": { "vite": "^7.3.1" } }