-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 969 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 969 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
40
{
"name": "creatuuls-interactive-scraper",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"dev": "nodemon app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@socket.io/redis-streams-adapter": "^0.1.0",
"axios": "^1.6.2",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-validator": "^7.0.1",
"firebase-admin": "^11.11.0",
"fs-extra": "^11.1.1",
"nodemon": "^3.0.1",
"puppeteer": "21.3.8",
"puppeteer-cluster": "^0.23.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-recaptcha": "^3.6.8",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"redis": "^4.6.10",
"socket.io": "^4.7.2"
},
"engines": {
"node": "18.12.1"
},
"nodemonConfig": {
"ignore": [
"cookies/SUBSTACK/*.json",
"cookies/MAILCHIMP/*.json"
]
}
}