Browse Source

Update package.json

pull/1690/head
alexn707 5 months ago
committed by GitHub
parent
commit
8950a92989
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 12
      src/package.json

12
src/package.json

@ -1,10 +1,10 @@
{
"release": {
"version": "14"
"version": "1"
},
"name": "wg-easy",
"version": "1.0.1",
"description": "The easiest way to run WireGuard VPN + Web-based Admin UI.",
"name": "amnezia-wg-easy",
"version": "1.0.0",
"description": "The easiest way to run AmneziaWG VPN + Web-based Admin UI.",
"main": "server.js",
"scripts": {
"serve": "DEBUG=Server,WireGuard npx nodemon server.js",
@ -12,8 +12,8 @@
"lint": "eslint .",
"buildcss": "npx tailwindcss -i ./www/src/css/app.css -o ./www/css/app.css"
},
"author": "Emile Nijssen",
"license": "CC BY-NC-SA 4.0",
"author": "",
"license": "GPL",
"dependencies": {
"basic-auth": "^2.0.1",
"bcryptjs": "^2.4.3",

Loading…
Cancel
Save