-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
88 lines (88 loc) · 2.19 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "arctix-md",
"version": "1.0.0",
"main": "index.js",
"depecrated": false,
"license": "MIT",
"author": "Royce Bob",
"scripts": {
"start": "node .",
"format": "prettier --write '**/*.{md,js,json}'"
},
"dependencies": {
"@adiwajshing/baileys": "github:hardianto-cpu/Baileys",
"@adiwajshing/keyed-db": "^0.2.4",
"@vitalets/google-translate-api": "^7.0.0",
"assert": "^2.0.0",
"awesome-phonenumber": "^2.70.0",
"axios": "^0.26.1",
"brainly-scraper-v2": "1.1.2",
"chalk": "4.1.2",
"cheerio": "1.0.0-rc.10",
"country-language": "^0.1.7",
"delay": "^5.0.0",
"emoji-from-text": "^1.1.12",
"fake-useragent": "^1.0.1",
"figlet": "^1.5.2",
"file-type": "16.5.3",
"fluent-ffmpeg": "2.1.2",
"form-data": "4.0.0",
"fs": "0.0.1-security",
"fs-extra": "^10.1.0",
"google-it": "^1.6.2",
"human-readable": "0.2.1",
"ikyy": "latest",
"image-to-base64": "^2.2.0",
"image-to-pdf": "^1.0.0",
"jsdom": "^19.0.0",
"mathjs": "latest",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.32",
"ms": "2.1.3",
"nhentai-api": "^3.4.3",
"nhentai-ikyy": "^2.0.1",
"nhentai-js": "^4.0.0",
"nhentai-node-api": "^1.1.2",
"node-cron": "^3.0.0",
"node-fetch": "^2.0.0",
"parse-ms": "^2.1.0",
"pdfkit": "^0.12.1",
"prettier": "^2.6.2",
"qrcode": "^1.5.0",
"similarity": "^1.2.1",
"spinnies": "^0.5.1",
"string-crypto": "^2.0.2",
"wikijs": "^6.3.3"
},
"devDependencies": {
"@hapi/boom": "^9.1.4",
"bluebird": "^3.7.2",
"jimp": "^0.16.1",
"pino": "^7.6.5",
"qrcode-terminal": "^0.12.0"
},
"description": "Bot Whatsapp multi-device using Javascript",
"directories": {
"lib": "lib",
"database": "database",
"command": "command"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gascomit/arctix.git"
},
"keywords": [
"arctix-md",
"multi-device",
"adiwajshing",
"baileys",
"baileys-md",
"bot-wa",
"bot-whatsapp",
"WhatsApp"
],
"bugs": {
"url": "https://github.com/gascomit/arctix/issues"
},
"homepage": "https://github.com/gascomit/arctix#readme"
}