-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
43 lines (43 loc) · 1.23 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
{
"name": "xyz-bot",
"version": "1.0.4",
"description": "Powerfull Modern WhatsApp BOn",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "ItzNgga",
"license": "MIT",
"dependencies": {
"@open-wa/wa-automate": "^2.0.24",
"axios": "^0.20.0",
"figlet": "^1.5.0",
"fluent-ffmpeg": "^2.1.2",
"google-it": "^1.5.0",
"gtts": "^0.2.1",
"jimp": "^0.16.0",
"mal-scraper": "^2.7.1",
"moment": "^2.27.0",
"node-cron": "^2.0.3",
"node-fetch": "^2.6.1",
"node-gtts": "^2.0.2",
"performance-now": "^2.1.0",
"pm2": "^4.4.1",
"striptags": "^3.1.1",
"tiktok-scraper": "^1.3.0",
"translatte": "^2.5.8",
"xml2js": "^0.4.23",
"ytdl-core": "^3.2.2"
},
"devDependencies": {
"twitter-lite": "^0.14.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.6.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}