@dfansyah/scrapper
Version:
A module to helper your script
22 lines (21 loc) • 409 B
JSON
{
"name": "@dfansyah/scrapper",
"version": "0.0.2",
"description": "A module to helper your script",
"main": "index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0"
},
"keywords": [
"mediafire",
"download",
"scraper"
],
"author": "DFansyah",
"license": "ISC",
"dependencies": {
"axios": "^1.0.0",
"cheerio": "^1.0.0",
"path": "^0.12.7"
}
}