forked from AlmiranteFuchs/Casioh
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.47 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.47 KB
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
48
49
50
51
52
53
54
{
"name": "cassiohcore",
"version": "2.0.13",
"description": "Computer Assisted Services on Input and Output Helper, Casioh",
"main": "index.js",
"scripts": {
"dev": "npx nodemon",
"start": "npm run build && node build/index.js",
"build": "rimraf ./build && tsc"
},
"author": "Almirante Fuchs",
"license": "MIT",
"dependencies": {
"@adiwajshing/baileys": "^5.0.0",
"@adiwajshing/keyed-db": "^0.2.4",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@hapi/boom": "^10.0.0",
"@types/cheerio": "^0.22.31",
"@types/node-wit": "^6.0.1",
"@types/ws": "^8.5.4",
"@fortawesome/fontawesome-free": "^6.1.2",
"@google-cloud/dialogflow": "^4.6.0",
"@types/socket.io": "^3.0.2",
"axios": "^0.27.2",
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"ffmpeg": "^0.0.4",
"fluent-ffmpeg": "^2.1.2",
"git-contributors": "^0.2.5",
"gtts": "^0.1.1",
"js-base64": "^3.7.4",
"node-wit": "^6.5.1",
"openai": "^3.1.0",
"ws": "^8.12.0",
"pg": "^8.9.0",
"qrcode-terminal": "^0.12.0",
"sequelize": "^6.28.0",
"utf8": "^3.0.0"
},
"devDependencies": {
"@types/base-64": "^1.0.0",
"@types/express": "^4.17.13",
"@types/node": "^18.7.13",
"@types/pg": "^8.6.6",
"@types/qrcode-terminal": "^0.12.0",
"@types/utf8": "^3.0.1",
"copyfiles": "^2.4.1",
"nodemon": "^2.0.20",
"rimraf": "^4.1.2",
"ts-node": "^10.9.1",
"typescript": "^4.8.2"
}
}