inital release

This commit is contained in:
obvtiger 2025-04-30 19:01:10 +02:00
commit 1d708c14cf
26 changed files with 34335 additions and 0 deletions

12
package.json Normal file
View file

@ -0,0 +1,12 @@
{
"dependencies": {
"axios": "^1.9.0",
"cheerio": "^1.0.0",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"express-ws": "^5.0.2",
"morgan": "^1.10.0",
"puppeteer": "^24.7.2",
"yt-search": "^2.6.1"
}
}