bizmatch-project/crawler/package.json

35 lines
761 B
JSON

{
"name": "git",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/parser": "^7.24.4",
"@babel/traverse": "^7.24.1",
"commander": "^12.0.0",
"typescript": "^5.4.5"
},
"dependencies": {
"@types/node": "^20.12.7",
"currency.js": "^2.0.4",
"drizzle-orm": "^0.30.8",
"fs-extra": "^11.2.0",
"inquirer": "^9.2.17",
"ioredis": "^5.3.2",
"node-fetch": "^3.3.2",
"pg": "^8.11.5",
"puppeteer": "^22.1.0",
"redis": "^4.6.13",
"redis-om": "^0.4.3",
"uuidv4": "^6.2.13",
"winston": "^3.13.0",
"yargs": "^17.7.2"
}
}