package.json
365 Bytes
{
"name": "webcrawling-practice",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon main.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.0",
"cheerio": "^1.0.0-rc.3",
"express": "^4.17.1",
"iconv": "^3.0.0",
"mysql": "^2.18.1",
"nodemon": "^2.0.6"
}
}