File size: 446 Bytes
5fc4f6d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
 "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"
 }
}