-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
48 lines (48 loc) · 1.17 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
{
"name": "stickerworld",
"version": "2.1.1",
"main": "index.js",
"scripts": {
"start": "node index",
"test": "echo \"No tests yet\""
},
"author": "Kaiserdj",
"license": "ISC",
"description": "Bot for whatsapp that automatically generates Sticker from the images or videos it receives",
"repository": {
"type": "git",
"url": "git+https://github.com/kaiserdj/Stickerworld.git"
},
"keywords": [
"whatsapp",
"javascript",
"bot",
"sticker bot",
"automatization",
"puppeteer"
],
"bugs": {
"url": "https://github.com/kaiserdj/Stickerworld/issues"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/kaiserdj/Stickerworld",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.0.20",
"@ffprobe-installer/ffprobe": "^1.1.0",
"async-constructor": "^0.4.14",
"axios": "^0.21.1",
"compress-images": "^1.9.9",
"fast-glob": "^3.2.5",
"fluent-ffmpeg": "^2.1.2",
"i18next": "^20.3.1",
"is-valid-http-url": "^1.0.3",
"jimp": "0.16.1",
"mime-types": "^2.1.31",
"semver": "^7.3.5",
"sharp": "^0.28.3",
"venom-bot": "^3.0.18",
"winston": "^3.3.3"
}
}