Files
amnezia_web-PRO/package.json
Андрей Бобырев 08f9ba7b45 chore: point repo URLs to Amnezia_web on GitHub
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-14 15:44:10 +03:00

19 lines
429 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_web.git"
},
"type": "module",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.21.2"
}
}