-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
54 lines (54 loc) · 1.38 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
48
49
50
51
52
53
54
{
"name": "perabot",
"version": "0.1.0",
"description": "",
"type": "module",
"main": "lib/index.mjs",
"scripts": {
"start": "ts-node --esm src/index.mts",
"compile": "tsc -p tsconfig.json",
"dev": "nodemon",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@bochilteam/scraper": "4.2.4",
"@hapi/boom": "^10.0.1",
"@tensorflow/tfjs-node": "^4.7.0",
"@whiskeysockets/baileys": "^6.3.1",
"awesome-phonenumber": "^4.4.1",
"chalk": "^5.2.0",
"file-type": "^18.5.0",
"google-translate-api": "^2.3.0",
"got": "^12.6.1",
"human-readable": "^0.2.1",
"js-yaml": "^4.1.0",
"jsonc-parser": "^3.2.0",
"link-preview-js": "^3.0.4",
"node-cache": "^5.1.2",
"node-webpmux": "^3.1.7",
"pino": "^8.14.1",
"pino-pretty": "^9.4.0",
"qrcode-terminal": "^0.12.0",
"sanitize-filename": "^1.6.3",
"ts-node": "^10.9.1",
"url-regex": "^5.0.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@types/google-translate-api": "^2.3.2",
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.16.17",
"nodemon": "^2.0.22",
"typescript": "^5.1.3"
},
"optionalDependencies": {
"wa-sticker-formatter": "^4.4.4"
},
"peerDependencies": {
"@adiwajshing/keyed-db": "^0.2.4"
}
}