mirror of
https://github.com/ION606/youtube-music-meta-extract.git
synced 2026-05-14 22:06:56 +00:00
23 lines
500 B
JSON
23 lines
500 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|