Spaces:
Running
Running
{ | |
"name": "partyrock2api", | |
"version": "1.0.0", | |
"type": "module", | |
"main": "index.js", | |
"scripts": { | |
"start": "node index.js" | |
}, | |
"author": "yxmiler", | |
"dependencies": { | |
"cors": "^2.8.5", | |
"dotenv": "^16.4.7", | |
"express": "^4.21.2", | |
"puppeteer": "^22.8.2", | |
"puppeteer-extra": "^3.3.6", | |
"puppeteer-extra-plugin-stealth": "^2.11.2", | |
"user-agents": "^1.1.436", | |
"node-fetch": "^3.3.2" | |
} | |
} | |