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

Loading…
Cancel
Save