0
0
Fork 0

Add required code to make the proxy generator work

This commit is contained in:
Oliver 2025-11-29 21:48:34 -07:00
parent 9426530286
commit 6857b4f3cd
6 changed files with 462 additions and 0 deletions

7
package.json Normal file
View file

@ -0,0 +1,7 @@
{
"dependencies": {
"axios": "^1.13.2",
"nanoid": "^5.1.6",
"neat-csv": "^7.0.0"
}
}