Files
amnezia_web-PRO/package.json
Андрей Бобырев 7995afca0e chore: rename project/repo slug to Amnezia_web-PRO
Update default GITHUB_REPO, README install URLs, package repository,
and footer GitHub link.

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

19 lines
464 B
JSON

{
"name": "amnezia-admin",
"version": "1.1.7",
"private": true,
"description": "Web-панель AmneziaWG: несколько инстансов, WARP, каскад/Endpoint, экспорт .conf (Docker)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/andrey271192/Amnezia_web-PRO.git"
},
"type": "module",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.21.2"
}
}