This commit is contained in:
Wildan M 2021-09-20 20:24:59 +07:00
commit 7661a46132
2 changed files with 3498 additions and 81 deletions

3412
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -4,7 +4,9 @@
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1",
"start": "pm2 start app.js",
"start-proxied": "pm2 start app.js -- 5080 5443"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",
@ -14,5 +16,8 @@
"axios": "^0.21.1", "axios": "^0.21.1",
"jose-node-cjs-runtime": "^3.12.2", "jose-node-cjs-runtime": "^3.12.2",
"pem": "^1.14.4" "pem": "^1.14.4"
},
"devDependencies": {
"pm2": "^5.1.1"
} }
} }