-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.02 KB
/
package.json
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
{
"scripts": {
"build": "npm install --production && npx rebrowser-patches@latest patch --packageName puppeteer-core",
"start": "export NODE_NO_WARNINGS=1 && node src/app.js",
"dev": "export NODE_NO_WARNINGS=1 && nodemon src/app.js"
},
"dependencies": {
"archiver": "^7.0.1",
"axios": "^1.7.9",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"ffmpeg-static": "^5.2.0",
"ffprobe-static": "^3.1.0",
"fluent-ffmpeg": "^2.1.3",
"fs-extra": "^11.2.0",
"instagram-private-api": "^1.46.1",
"mongoose": "^8.9.5",
"node-cron": "^3.0.3",
"node-mailer": "^0.1.1",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"random-useragent": "^0.5.0",
"rebrowser-puppeteer": "^23.10.3",
"together-ai": "^0.11.1",
"tunnel": "^0.0.6",
"winston": "^3.17.0"
},
"devDependencies": {
"nodemon": "^3.1.9",
"youtube-dl-exec": "^3.0.12"
}
}