p2ns/package.json
Raven Scott ea04275a43 first
2024-10-28 16:03:58 -04:00

24 lines
888 B
JSON

{
"name": "p2ns",
"version": "1.0.0",
"description": "This project implements a firewall-resistant, peer-to-peer (P2P) DNS system that leverages UDP hole-punching to bypass common network restrictions, including firewalls, NAT, and CGNAT. Built in Node.js, it integrates with Holesail for tunneling, provides seamless DNS and HTTP proxying, and supports both public and private P2P networks.",
"main": "p2ns.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.ssh.surf/snxraven/p2ns.git"
},
"author": "Raven Scott",
"license": "ISC",
"dependencies": {
"b4a": "^1.6.7",
"corestore": "^6.18.4",
"dns-packet": "^5.6.1",
"dotenv": "^16.4.5",
"holesail-client": "^1.1.4",
"hyperswarm": "^4.8.4"
}
}