Files
amnezia_web-PRO/package.json
2026-06-21 18:14:02 +03:00

19 lines
489 B
JSON

{
"name": "amnezia-admin",
"version": "1.2.30",
"private": false,
"description": "amnezia_web-PRO — веб-панель AmneziaWG: несколько инстансов, WARP, каскад/Endpoint, экспорт .conf (Docker)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/andrey271192/amnezia_web-PRO.git"
},
"type": "module",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.21.2"
}
}