Initial commit

This commit is contained in:
2026-08-06 19:09:38 +02:00
commit 73f746db5c
6 changed files with 1007 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "plukredirect",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"dependencies": {
"express": "^5.2.1"
}
}