Pripate / package.json
Mxltic's picture
Update package.json
433f625 verified
raw
history blame contribute delete
538 Bytes
{
"name": "Xsp29",
"version": "1.0.0",
"description": "Project Xsp29",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"@huggingface/inference": "latest",
"express": "latest",
"axios": "latest",
"cheerio": "latest",
"dotenv": "latest",
"playwright": "latest",
"puppeteer-core": "latest",
"multer": "latest",
"ws": "latest",
"sharp": "latest",
"puppeteer-extra-plugin-stealth": "latest",
"playwright-extra": "latest"
}
}