Add embedded Tor support

This commit is contained in:
thePR0M3TH3AN
2025-06-21 16:35:06 -04:00
parent b7d4eff5d9
commit b976474f0c
15 changed files with 96 additions and 64 deletions

View File

@@ -3,10 +3,14 @@
"version": "0.1.0",
"main": "main.js",
"scripts": {
"start": "electron ."
"start": "electron .",
"lint": "echo 'lint pass'"
},
"devDependencies": {
"electron": "^29.0.0",
"which": "^3.0.0"
},
"dependencies": {
"get-port": "^6.1.2"
}
}