25 lines
476 B
JSON
25 lines
476 B
JSON
{
|
|
"name": "sunnymh-scraper",
|
|
"version": "1.0.0",
|
|
"description": "Manga scraper",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "node src/index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"manga",
|
|
"scraper",
|
|
"web-scraping"
|
|
],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.6.7",
|
|
"dotenv": "^16.5.0",
|
|
"puppeteer": "^22.0.0",
|
|
"sharp": "^0.33.2",
|
|
"uuid": "^9.0.1"
|
|
}
|
|
}
|