-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.25 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "bot-hiperion",
"version": "1.0.0",
"main": "src/index.ts",
"license": "MIT",
"scripts": {
"dev": "prisma generate && ts-node src/index.ts",
"start": "node dist/index.js",
"build": "tsup src/index.ts"
},
"dependencies": {
"@clack/prompts": "^0.6.3",
"@prisma/client": "4.15.0",
"dotenv": "^16.1.4",
"eslint": "^8.42.0",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"fs-extra": "^11.1.1",
"i18next": "^23.2.3",
"i18next-fs-backend": "^2.1.5",
"linkify-it": "^4.0.1",
"openai": "^3.3.0",
"picocolors": "^1.0.0",
"profanity-js": "^0.1.4",
"qrcode": "^1.5.3",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"tslib": "^2.5.3",
"tsup": "^7.2.0",
"typescript": "^5.1.3",
"whatsapp-web.js": "1.23.1-alpha.0",
"ytsr": "^3.8.2"
},
"devDependencies": {
"@rocketseat/eslint-config": "^1.2.0",
"@types/cors": "^2.8.13",
"@types/fluent-ffmpeg": "^2.1.21",
"@types/fs-extra": "^11.0.1",
"@types/linkify-it": "^3.0.2",
"@types/node": "^20.3.1",
"@types/qrcode": "^1.5.0",
"axios": "^1.4.0",
"ioredis": "^5.3.2",
"prisma": "4.15.0",
"prisma-redis-middleware": "^4.8.0"
}
}