-
Notifications
You must be signed in to change notification settings - Fork 217
/
package.json
41 lines (41 loc) · 1.15 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
{
"name": "whatsapp-bot-sticker-creator",
"version": "10.0.0",
"description": "Whatsapp Bot - sticker creator",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "Yoga Sakti",
"repository": {
"type": "git",
"url": "https://github.com/YogaSakti/imageToSticker.git"
},
"bugs": {
"url": "https://github.com/YogaSakti/imageToSticker/issues"
},
"homepage": "https://github.com/YogaSakti/imageToSticker",
"license": "ISC",
"dependencies": {
"@open-wa/wa-automate": "^3.0.13",
"chalk": "^4.1.0",
"dotenv": "^8.2.0",
"file-type": "^16.0.1",
"google-translate-open-api": "^1.3.5",
"moment-timezone": "^0.5.31",
"node-fetch": "^2.6.1",
"remove.bg": "^1.3.0",
"require-from-web": "^1.2.0",
"tiktok-scraper": "^1.4.0",
"update-json-file": "^1.1.1",
"video-url-link": "git+https://github.com/YogaSakti/video-url-link.git"
},
"devDependencies": {
"eslint": "^7.12.1",
"eslint-config-standard": "^16.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.2"
}
}