improved Database & Models

This commit is contained in:
Kai Waggeling 2025-12-06 20:04:11 +01:00
commit 0bbe91bec3
18 changed files with 956 additions and 0 deletions

21
package.json Normal file
View file

@ -0,0 +1,21 @@
{
"name": "wireguard-manager",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@fastify/autoload": "^6.3.1",
"@fastify/view": "^11.1.1",
"all.db": "^0.3.2",
"cidr-block": "^2.1.1",
"ejs": "^3.1.10",
"fastify": "^5.6.2",
"superstruct": "^2.0.2"
}
}