![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.5.1 to 1.5.3. - [Release notes](https://github.com/soldair/node-qrcode/releases) - [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md) - [Commits](https://github.com/soldair/node-qrcode/compare/v1.5.1...v1.5.3) --- updated-dependencies: - dependency-name: qrcode dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
34 lines
655 B
JSON
34 lines
655 B
JSON
{
|
|
"release": "10",
|
|
"name": "wg-easy",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"serve": "DEBUG=Server,WireGuard nodemon server.js",
|
|
"serve-with-password": "PASSWORD=wg npm run serve",
|
|
"lint": "eslint ."
|
|
},
|
|
"author": "Emile Nijssen",
|
|
"license": "GPL",
|
|
"dependencies": {
|
|
"debug": "^4.3.4",
|
|
"express": "^4.18.2",
|
|
"express-session": "^1.17.3",
|
|
"qrcode": "^1.5.3",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.38.0",
|
|
"eslint-config-athom": "^3.1.1"
|
|
},
|
|
"nodemonConfig": {
|
|
"ignore": [
|
|
"www/*"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": "14"
|
|
}
|
|
}
|