QuickieDoH/package.json

33 lines
749 B
JSON
Raw Normal View History

2025-01-01 23:37:23 +00:00
{
"name": "quickiedoh",
"version": "0.1.0",
"description": "A DoH forwarder, meant to circumvent basic network blocks of DNS servers.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://sneedgit.nodemixaholic.com/Sneed-Group/QuickieDoH.git"
},
"keywords": [
"doh",
"dns",
"block",
"weberver",
"express",
"web",
"server",
"circumvent",
"app",
"node"
],
"author": "peridoqia",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"express": "^4.21.2",
"express-http-proxy": "^2.1.1",
"quickielog": "git+https://sneedgit.nodemixaholic.com/Sneed-Group/QuickieLog.git"
}
}