{ "release": { "version": "14" }, "name": "wg-easy", "version": "1.0.1", "description": "The easiest way to run WireGuard VPN + Web-based Admin UI.", "main": "server.js", "scripts": { "serve": "DEBUG=Server,WireGuard npx nodemon server.js", "serve-with-password": "PASSWORD=wg npm run serve", "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", "dependencies": { "bcryptjs": "^3.0.2", "debug": "^4.4.1", "express-session": "^1.18.2", "h3": "^1.15.3", "qrcode": "^1.5.4" }, "devDependencies": { "@tailwindcss/cli": "^4.1.11", "eslint-config-athom": "^3.1.5", "nodemon": "^3.1.10", "tailwindcss": "^4.1.11" }, "nodemonConfig": { "ignore": [ "www/*" ] }, "engines": { "node": ">=18" } }