-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 932 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 932 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "indeed-job-scraper",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node src/server.js",
"dev": "nodemon --env-file=.env src/server.js",
"test": "jest",
"lint": "eslint ."
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"apify-client": "^2.22.2",
"axios": "^1.13.3",
"bcryptjs": "^3.0.3",
"cors": "^2.8.5",
"docx": "^9.5.1",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"jsonwebtoken": "^9.0.3",
"mammoth": "^1.11.0",
"multer": "^2.0.2",
"nodemailer": "^7.0.13",
"openai": "^6.15.0",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"pdf-parse": "^2.4.5",
"pdfkit": "^0.17.2",
"pg": "^8.16.3",
"playwright": "^1.57.0",
"playwright-extra": "^4.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"uuid": "^13.0.0"
}
}