Files
amnezia_web/package.json
Андрей Бобырев 5c00d08c79 fix(install): mirror PRO tarball auth via GITHUB_TOKEN
Keep FREE installer aligned with PRO: support api.github.com
tarball endpoint with bearer token; tolerate SHA-suffixed dir.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-15 02:47:26 +03:00

19 lines
487 B
JSON

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