Files
wol-server/package.json
2026-02-15 16:16:37 +01:00

25 lines
521 B
JSON

{
"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"
}
}