Files
amnezia_web/package.json
Андрей Бобырев fd3cf93bff docs: add project description block and expand package.json summary
Short Russian intro for what amnezia_web is, FREE vs PRO, and Docker.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-15 06:28:29 +03:00

19 lines
567 B
JSON

{
"name": "amnezia-admin",
"version": "1.2.29",
"private": true,
"description": "amnezia_web — открытая веб-панель AmneziaWG на VPS (Docker): FREE — просмотр/удаление клиентов, MTProto-прокси; 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"
}
}