Fix SNI lock, update deps, ESM refactor
This commit is contained in:
parent
88662b49bc
commit
447b1b735d
13 changed files with 1204 additions and 1144 deletions
19
package.json
19
package.json
|
|
@ -2,7 +2,11 @@
|
|||
"name": "forward-domain",
|
||||
"version": "1.0.0",
|
||||
"description": "Public service to forward domain for free",
|
||||
"main": "index.js",
|
||||
"main": "app.js",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "pm2 start app.js",
|
||||
|
|
@ -13,13 +17,14 @@
|
|||
"author": "Wildan Mubarok",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"await-lock": "^2.1.0",
|
||||
"axios": "^0.21.1",
|
||||
"dotenv": "^16.0.1",
|
||||
"jose-node-cjs-runtime": "^3.12.2",
|
||||
"pem": "^1.14.4"
|
||||
"async-lock": "^1.4.0",
|
||||
"await-lock": "^2.2.2",
|
||||
"axios": "^1.3.6",
|
||||
"dotenv": "^16.0.3",
|
||||
"jose": "^3.20.4",
|
||||
"pem": "^1.14.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"pm2": "^5.1.1"
|
||||
"pm2": "^5.3.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue