Upload files to "/"

This commit is contained in:
2026-02-15 16:16:37 +01:00
parent 905b876a94
commit 203312ff06
5 changed files with 2339 additions and 0 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "wol",
"version": "1.0.0",
"description": "WakeOnLan for my Server",
"main": "index.js",
"scripts": {
"start": "node index.js",
"tailwind:init": "tailwindcss init",
"server": "PORT=3002 node index.js"
},
"author": "Luis",
"license": "ISC",
"dependencies": {
"@tailwindcss/cli": "^4.1.11",
"body-parser": "^2.2.0",
"express": "^5.1.0",
"path": "^0.12.7",
"ping": "^0.4.4",
"wakeonlan": "^0.1.0"
},
"devDependencies": {
"tailwindcss": "^4.1.11"
}
}