komik / package.json
Nexchan's picture
Update package.json
ef04a7b verified
raw
history blame contribute delete
No virus
805 Bytes
{
"name": "scrape",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.8",
"chalk": "^5.3.0",
"cheerio": "^1.0.0-rc.12",
"jsdom": "^24.0.0",
"node-fetch": "^3.3.2",
"puppeteer": "latest"
},
"devDependencies": {
"express": "^4.19.2",
"file-type": "^19.0.0",
"fluent-ffmpeg": "^2.1.2",
"googleapis": "^136.0.0",
"node-id3": "^0.2.6",
"youtubei": "^1.4.0",
"ytdl-core": "^4.11.5",
"puppeteer": "latest",
"axios": "latest",
"cheerio": "latest",
"browser-id3-writer": "latest",
"pdfkit": "latest",
"image-size": "latest"
}
}