Files
amnezia_web/package.json
Андрей Бобырев 7f5fb921e6 feat: open community panel (read-only clients only)
Ship full install stack with .amnezia-panel-edition=community; docs and
footer point to Boosty/PRO. Managing peers, export, cascade and WARP
require private PRO build.

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

19 lines
473 B
JSON

{
"name": "amnezia-admin",
"version": "1.1.7",
"private": true,
"description": "amnezia_web — базовая панель AmneziaWG (только просмотр клиентов; полная версия — PRO).",
"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"
}
}