Files
cm-app-amazon-crawler/package.json

26 lines
659 B
JSON

{
"name": "alex-nodejs-shinhancard",
"version": "1.0.0",
"description": "Fetching card information from shinhan card website",
"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",
"encoding": "^0.1.12",
"express": "^4.17.1",
"fetch-cookie": "^0.7.3",
"iconv-lite": "^0.5.0",
"jsdom": "^15.1.1",
"node-cron": "^2.0.3",
"node-fetch": "^2.6.0",
"remove": "^0.1.5",
"request": "^2.88.0",
"request-promise-native": "^1.0.7"
}
}