bizmatch-project/crawler/package.json

28 lines
554 B
JSON

{
"name": "git",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"typescript": "^5.2.2"
},
"dependencies": {
"currency.js": "^2.0.4",
"fs-extra": "^11.2.0",
"inquirer": "^9.2.17",
"ioredis": "^5.3.2",
"node-fetch": "^3.3.2",
"puppeteer": "^22.1.0",
"redis": "^4.6.13",
"winston": "^3.13.0",
"yargs": "^17.7.2"
}
}