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": [ "apps": [
{ {
"name": "2fa", "name": "pasu",
"script": "server.js", "script": "server.js",
"instances": 1, "instances": 1,
"exec_mode": "fork" "exec_mode": "fork"

4
package-lock.json generated
View File

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

View File

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