-
-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathpackage.json
82 lines (82 loc) · 2.43 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "krypton-whatsapp-bot",
"version": "1.7.9",
"private": true,
"description": "KryPtoN Whatsapp Bot",
"main": "krypton.js",
"scripts": {
"start": "node start",
"compile": "tsc --build tsconfig.json",
"changelog": "auto-changelog -p && git add CHANGELOG.md",
"release": "read -p 'GITHUB_TOKEN: ' GITHUB_TOKEN && export GITHUB_TOKEN=$GITHUB_TOKEN && release-it",
"lint": "eslint . --ignore-path .gitignore --ext .ts --cache --cache-location .cache/eslintcache",
"lint:fix": "eslint . --ignore-path .gitignore --ext .ts --fix --cache --cache-location .cache/eslintcache",
"debug": "tsc --build tsconfig.json && eslint . --ignore-path .gitignore --ext .ts --cache --cache-location .cache/eslintcache && jsonlint locales/*"
},
"author": "KryPtoN",
"repository": {
"type": "git",
"url": "git+https://github.com/Kry9toN/KryPtoN-WhatsApp-Bot.git"
},
"keywords": [
"Whatsapp",
"WhatsApp-Bot",
"bot",
"wabot"
],
"release-it": {
"github": {
"release": true
}
},
"eslintConfig": {
"ignorePatterns": "build/*/**"
},
"auto-changelog": {
"commitLimit": false
},
"bugs": {
"url": "https://github.com/Kry9toN/KryPtoN-WhatsApp-Bot/issues"
},
"homepage": "https://github.com/Kry9toN/KryPtoN-WhatsApp-Bot",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@adiwajshing/baileys": "^3.4.1",
"auto-changelog": "^2.2.1",
"axios": "^0.21.1",
"cfonts": "^2.9.1",
"chalk": "^4.1.0",
"child_process": "^1.0.2",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"fluent-ffmpeg": "^2.1.2",
"googleapis": "^73.0.0",
"i18n": "^0.13.2",
"mime-types": "^2.1.28",
"moment-timezone": "^0.5.32",
"node-fetch": "^2.6.1",
"node-os-utils": "^1.3.2",
"pg": "^8.5.1",
"release-it": "^14.2.2",
"remove.bg": "^1.3.0",
"socket.io": "^3.1.0",
"source-map-loader": "^2.0.0",
"spinnies": "^0.5.1",
"typescript": "^4.1.3",
"wa-canvas": "git+https://github.com/Kry9toN/wa-canvas.git"
},
"devDependencies": {
"@types/express": "^4.17.11",
"@types/fluent-ffmpeg": "^2.1.16",
"@types/i18n": "^0.13.0",
"@types/mime-types": "^2.1.0",
"@types/node-fetch": "^2.5.8",
"@types/pg": "^7.14.11",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"eslint": "^7.14.0",
"jsonlint": "^1.6.3"
}
}