-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 833 Bytes
/
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
{
"name": "twitter-to-github-mvp",
"version": "1.0.0",
"description": "Automates Twitter data collection and GitHub Markdown storage using Gemini AI",
"main": "index.js",
"author": "Drix10",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Drix10/Twitter-Gemini-GitHub-MVP.git"
},
"dependencies": {
"@google/generative-ai": "^0.2.0",
"@octokit/rest": "^20.0.2",
"axios": "^1.7.7",
"dotenv": "^16.4.5",
"mongoose": "^8.8.1",
"node-cron": "^3.0.3",
"puppeteer": "^23.8.0",
"twitter-api-v2": "^1.15.2",
"winston": "^3.17.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
},
"devDependencies": {
"nodemon": "^3.0.3"
},
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
}
}