Files
cm-app-crawlspider/package.json

21 lines
463 B
JSON

{
"name": "cm-app-crawlspider",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"express": "^4.17.1",
"express-logging": "^1.1.1",
"javascript-time-ago": "^2.0.4",
"logops": "^2.1.1",
"node-cron": "^2.0.3",
"node-fetch": "^2.6.0"
}
}