This commit is contained in:
2025-04-04 02:26:47 +08:00
commit c87c288d51
8 changed files with 1200 additions and 0 deletions

14
package.json Executable file
View File

@ -0,0 +1,14 @@
{
"name": "wakeup3770",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"express": "^4.18.2",
"express-session": "^1.18.1",
"openid-client": "^5.6.0",
"wake_on_lan": "^1.0.0"
}
}