-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
56 lines (56 loc) · 1.47 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
55
56
{
"name": "newtonbot",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@adiwajshing/baileys": "4.1.0",
"pino": "^7.0.0"
},
"devDependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@types/got": "^9.6.11",
"@types/jest": "^26.0.24",
"@types/node": "^14.6.2",
"@types/pino": "^7.0.0",
"@types/sharp": "^0.29.4",
"@types/ws": "^8.0.0",
"@vitalets/google-translate-api": "^7.0.0",
"chalk": "^4.1.1",
"dotenv": "^10.0.0",
"eslint": "^7.0.0",
"fluent-ffmpeg": "^2.1.2",
"google-dictionary-api": "^1.0.8",
"google-search-results-nodejs": "^2.0.1",
"google-tts-api": "^2.0.2",
"got": "^11.8.2",
"jest": "^27.0.6",
"jimp": "^0.16.1",
"jsdom": "^17.0.0",
"link-preview-js": "^2.1.13",
"ocr-space-api-wrapper": "^1.0.6",
"pg": "^8.7.1",
"python-format-js": "^1.3.9",
"qrcode-reader": "^1.0.4",
"qrcode-terminal": "^0.12.0",
"sequelize": "^6.7.0",
"sharp": "^0.29.3",
"simple-git": "^2.47.0",
"songlyrics": "^2.2.4",
"sqlite3": "^5.0.2",
"ts-jest": "^27.0.3",
"ts-node": "^10.7.0",
"typedoc": "^0.22.0",
"typescript": "^4.0.0",
"unofficial-carbon-now": "^1.0.3",
"urban-dictionary": "^3.0.2",
"yt-search": "^2.10.1",
"ytdl-core": "^4.9.1"
},
"scripts": {
"start": "node --inspect -r ts-node/register src/index.ts",
"build": "tsc"
},
"description": "A bot for whataapp ",
"author": "Meghdut-Mandal"
}