package.json
393 Bytes
{
"name": "Crawling LotteCinema Site",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.17.1",
"express": "^4.15.2",
"cheerio": "^0.22.0",
"puppeteer": "^14.1.0",
"express-async-handler": "^1.2.0"
}
}