Files
amnezia_web/package.json
Андрей Бобырев 281bc73214 style: Apple/3x-ui inspired panel redesign
Refresh admin UI with system typography, glass cards, refined badges
and table hover states. Bump to v1.2.32; no JS or selector changes.

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

19 lines
509 B
JSON

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