Files
amnezia_web-PRO/package.json
Андрей Бобырев 50558aff63 docsfeat(warp): clarify optional install + add uninstall command
README/panel-guide/UI explain WARP is not required; document uninstall.
Add warp-amnezia.sh uninstall to strip warp conf, rules, and start.sh block.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-14 19:53:14 +03:00

19 lines
460 B
JSON

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