-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
37 lines (37 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
{
"name": "whatsapp-bot-sticker",
"version": "1.0.4",
"description": "Simple whatsapp bot sticker",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1",
"no-gui": "sudo apt install -y gconf-service libgbm-dev libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget",
"background": "./node_modules/forever/bin/forever start -o log/client.log -e log/error.log index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aromakelapa/whatsapp-bot-sticker.git"
},
"keywords": [
"bot-whatsapp-sticker",
"whatsapp-bot-sticker",
"bot-sticker"
],
"author": "Aromakelapa",
"license": "MIT",
"bugs": {
"url": "https://github.com/Aromakelapa/whatsapp-bot-sticker/issues"
},
"homepage": "https://github.com/Aromakelapa/whatsapp-bot-sticker#readme",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"chalk": "^5.2.0",
"fluent-ffmpeg": "^2.1.2",
"forever": "^4.0.3",
"qrcode-terminal": "^0.12.0",
"spinnies": "^0.5.1",
"whatsapp-web.js": "^1.25.0"
}
}