-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 991 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
33
34
35
36
37
{
"name": "x-nano-bot",
"version": "1.0.0",
"description": "",
"main": "scraper.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"scrape": "tsx src/scraper/index.ts",
"patch": "npx rebrowser-patches@latest patch",
"start": "tsx src/index.ts"
},
"private": true,
"dependencies": {
"@prisma/client": "^5.18.0",
"@twitter-api-v2/plugin-rate-limit": "^1.1.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"nanocurrency": "^2.5.0",
"node-persist": "^4.0.3",
"openai": "^4.58.1",
"puppeteer-core": "^22.15.0",
"rate-limiter-flexible": "^5.0.3",
"twitter-api-v2": "^1.17.2"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.7",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^22.5.0",
"@types/node-persist": "^3.1.8",
"prisma": "^5.18.0",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
}
}