wireguard-manager/package.json

21 lines
450 B
JSON

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