-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.12 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.12 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
{
"dependencies": {
"@whiskeysockets/baileys": "github:whiskeysockets/baileys",
"axios": "^0.21.1",
"cfonts": "^2.10.0",
"cheerio": "^1.0.0-rc.12",
"colors": "^1.4.0",
"escape-string-regexp": "^1.0.5",
"fake-useragent": "^1.0.1",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^11.1.0",
"jsdom": "^19.0.0",
"linkifyjs": "^4.1.0",
"moment-timezone": "^0.5.40",
"multistream": "^4.1.0",
"node-fetch": "^2.6.7",
"node-webpmux": "^3.1.1",
"qrcode-terminal": "^0.12.0",
"request": "^2.88.2"
},
"name": "Spy-md",
"description": "Sempre buscando melhorar, qualquer dúvida chama lá no WhatsApp: +55 48 8470-2848",
"version": "2.7",
"scripts": {
"start": "bash start.sh",
"test": "node iniciar.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NuevaGeneracionALB/aleatory-md.git"
},
"keywords": [
"BOT",
"SPY"
],
"author": "CrisAmorim27",
"license": "MIT",
"bugs": {
"url": "https://github.com/NuevaGeneracionALB/aleatory-md/issues"
},
"homepage": "https://github.com/NuevaGeneracionALB/aleatory-md#readme"
}