30 lines
No EOL
664 B
JSON
30 lines
No EOL
664 B
JSON
{
|
|
"name": "domain-forward",
|
|
"version": "1.1.0",
|
|
"description": "Service to forward domain via Hosterra DoH",
|
|
"main": "app.js",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "pm2 start app.js",
|
|
"stop": "pm2 stop app.js",
|
|
"count": "find .certs -type d | grep '.\\.' | wc -l"
|
|
},
|
|
"keywords": [],
|
|
"author": "Pierre Lannoy",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"async-lock": "^1.4.0",
|
|
"await-lock": "^2.2.2",
|
|
"dotenv": "^16.0.3",
|
|
"jose": "^3.20.4",
|
|
"pem": "^1.14.7",
|
|
"base32-encode": "^1.1.1",
|
|
"dns-packet": "^5.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"pm2": "^5.3.0"
|
|
}
|
|
} |