Browse Source

package.json

package.json
monyisfree 2 months ago
parent
commit
a30a3d335d
1 changed files with 13 additions and 0 deletions
  1. 13 0
      package.json

+ 13 - 0
package.json

@@ -0,0 +1,13 @@
+{
+  "name": "tor-http-proxy",
+  "version": "1.0.0",
+  "main": "index.js",
+  "scripts": {
+    "start": "node index.js"
+  },
+  "dependencies": {
+    "express": "^4.18.2",
+    "axios": "^1.4.0",
+    "axios-socks-proxy-agent": "^0.3.0"
+  }
+}