src/package.json: add description

This commit is contained in:
Philip H. 2023-12-05 20:37:18 +00:00 committed by GitHub
parent 3caaa1c483
commit 2ced701309
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
"release": "12",
"name": "wg-easy",
"version": "1.0.2",
"description": "",
"description": "The easiest way to run WireGuard VPN + Web-based Admin UI.",
"main": "server.js",
"scripts": {
"serve": "DEBUG=Server,WireGuard nodemon server.js",