Files
amnezia_web-PRO/package.json
Андрей Бобырев ede0c66415 docs: publish install/uninstall scripts, README, FUNDING, support footer
Add curl-one-liner install with generated password file; uninstall flags for image/data/src; optional ALLOW_DEFAULT_PASSWORD; footer mirroring GitHub/Boosty/Telegram layout.

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

19 lines
431 B
JSON

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