-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
59 lines (59 loc) · 1.54 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
{
"name": "krypton-whatsapp-bot",
"version": "1.1.0",
"description": "KryPtoN Whatsapp Bot",
"main": "index.js",
"scripts": {
"start": "node index.js",
"changelog": "auto-changelog -p && git add CHANGELOG.md",
"release": "read -p 'GITHUB_TOKEN: ' GITHUB_TOKEN && export GITHUB_TOKEN=$GITHUB_TOKEN && release-it"
},
"author": "KryPtoN",
"repository": {
"type": "git",
"url": "https://github.com/Kry9toN/KryPtoN-WhatsApp-Bot"
},
"keywords": [
"Whatsapp",
"WhatsApp-Bot",
"bot",
"wabot"
],
"release-it": {
"github": {
"release": true
}
},
"auto-changelog": {
"commitLimit": false
},
"bugs": {
"url": "https://github.com/Kry9toN/KryPtoN-WhatsApp-Bot/issues"
},
"homepage": "https://github.com/Kry9toN/KryPtoN-WhatsApp-Bot",
"license": "ISC",
"dependencies": {
"@open-wa/wa-automate": "^2.0.27",
"chalk": "^4.1.0",
"dotenv": "^8.2.0",
"file-type": "^15.0.1",
"google-translate-open-api": "^1.3.5",
"moment-timezone": "^0.5.31",
"node-fetch": "^2.6.1",
"remove.bg": "^1.3.0",
"sharp": "^0.26.1",
"tiktok-scraper": "^1.3.3",
"video-url-link": "git+https://github.com/YogaSakti/video-url-link.git",
"auto-changelog": "^2.2.1",
"release-it": "^13.5.2"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.9.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}