mirror of
https://github.com/mdtahseen7/AnimepaheApi.git
synced 2026-04-17 16:11:44 +00:00
37 lines
713 B
JSON
37 lines
713 B
JSON
{
|
|
"name": "animepahe-scraper-nodejs",
|
|
"version": "1.0.0",
|
|
"description": "Node.js Express-based web scraper for AnimePahe",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "node index.js",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch"
|
|
},
|
|
"keywords": [
|
|
"anime",
|
|
"scraper",
|
|
"animepahe",
|
|
"express",
|
|
"api"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^1.13.2",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"cloudscraper": "^4.6.0",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.18.2"
|
|
},
|
|
"devDependencies": {
|
|
"fast-check": "^3.15.0",
|
|
"jest": "^29.7.0",
|
|
"nock": "^13.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|