Update package

This commit is contained in:
soruly 2022-06-18 18:24:20 +00:00
parent 907db0e493
commit 2a516f09f7
No known key found for this signature in database
GPG Key ID: EF971E90F3D2521F
3 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
{
"apps": [
{
"name": "2fa",
"name": "pasu",
"script": "server.js",
"instances": 1,
"exec_mode": "fork"

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "2fa.soruly.com",
"name": "pasu",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "2fa.soruly.com",
"name": "pasu",
"version": "1.0.0",
"license": "MIT",
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "2fa.soruly.com",
"name": "pasu",
"version": "1.0.0",
"description": "Self-hosted 2FA app",
"description": "Self-hosted TOTP authenticator PWA with FIDO2 (WebAuthn)",
"main": "server.js",
"type": "module",
"scripts": {
@ -18,14 +18,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/soruly/2fa.git"
"url": "git+https://github.com/soruly/pasu.git"
},
"author": "soruly",
"license": "MIT",
"bugs": {
"url": "https://github.com/soruly/2fa/issues"
"url": "https://github.com/soruly/pasu/issues"
},
"homepage": "https://github.com/soruly/2fa#readme",
"homepage": "https://github.com/soruly/pasu#readme",
"dependencies": {
"@maxmind/geoip2-node": "^3.4.0",
"cookie-parser": "^1.4.6",