{ "name": "CSharpDiscordBot", "version": "1.0.0", "description": "A Discord bot built using C# and Alpine.js for the UI", "main": "index.js", "scripts": { "build": "webpack --mode production", "start": "webpack-dev-server --content-base src/ --port 8080 --open" }, "author": "Your Name", "license": "ISC", "dependencies": { "alpinejs": "^3.2.2", "daisyui": "^3.1.6", "tailwindcss": "^3.0.4", "vue": "^3.2.24" } }