Matheus Sampaio Queiroga
707f8f815a
Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
26 lines
535 B
JSON
26 lines
535 B
JSON
{
|
|
"name": "wg-dashboard",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/node": "^20.10.5",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"@sirherobrine23/extends": "^3.7.1",
|
|
"neste": "^3.1.2",
|
|
"sequelize": "^6.35.2",
|
|
"sqlite3": "^5.1.6",
|
|
"wireguard-tools.js": "^1.8.1"
|
|
}
|
|
}
|