initial code commit

This commit is contained in:
2024-12-23 17:45:16 +02:00
commit 8bcd22e8c9
12 changed files with 3972 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "music-ml",
"version": "1.0.0",
"main": "Downloader/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"dotenv": "^16.4.7",
"express": "^4.21.2",
"googleapis": "^144.0.0",
"open": "^10.1.0",
"playwright": "^1.49.1",
"puppeteer": "^23.11.1",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
}
}