diff options
| author | MohamedBassem <me@mbassem.com> | 2024-02-06 17:00:26 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-02-06 17:00:26 +0000 |
| commit | e035c2fd1067a06d4774c64ae54548f664490f9d (patch) | |
| tree | 90d884e87b0bc24c55a851deca40fdafa9e11bb4 /package.json | |
| parent | 7c262a2920bfde6fb26c66f22632ec016d9dd137 (diff) | |
| download | karakeep-e035c2fd1067a06d4774c64ae54548f664490f9d.tar.zst | |
Init package and start bullmq workers
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/package.json b/package.json index ef8827d5..e4b183f0 100644 --- a/package.json +++ b/package.json @@ -3,15 +3,25 @@ "version": "0.1.0", "private": true, "workspaces": [ - "web" + "web", + "crawler", + "shared" ], "dependencies": { "@next/eslint-plugin-next": "^14.1.0", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", + "bullmq": "^5.1.9", "class-variance-authority": "^0.7.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-react": "^7.33.2", - "eslint-plugin-react-hooks": "^4.6.0" + "eslint-plugin-react-hooks": "^4.6.0", + "winston": "^3.11.0" + }, + "devDependencies": { + "typescript": "^5", + "@types/node": "^20", + "eslint": "^8.56.0", + "eslint-config-next": "14.1.0" } } |
