Files
cx-amazon-crawler/package.json
2020-08-28 02:08:23 +09:00

24 lines
574 B
JSON
Executable File

{
"name": "cx-amazon-crawler",
"version": "1.0.0",
"description": "C-Xtra headless browser for crawling service",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"command-line-args": "^5.1.1",
"express": "^4.17.1",
"express-logging": "^1.1.1",
"http-status-codes": "^1.4.0",
"logops": "^2.1.1",
"mysql2": "^2.1.0",
"node-fetch": "^2.6.0",
"sequelize": "^5.22.3"
}
}