-
-
Notifications
You must be signed in to change notification settings - Fork 176
/
Copy pathpackage.json
108 lines (108 loc) · 3.22 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "iris",
"version": "1.1.6",
"build_date": "17-12-2024",
"build_name": "Anniversary",
"private": true,
"description": "Novo Projeto Íris, uma versão totalmente nova feita com novas APIs, sistemas, 13+ idiomas e muito mais, sendo um projeto novo, aberto e sem nenhum foco lucrativo.",
"main": "lib/Initialize/checker.js",
"scripts": {
"start": "node lib/Initialize/checker.js",
"toolbox": "lib/Scripts/Toolbox.sh",
"bash": "bash lib/Scripts/Toolbox.sh",
"bat": "lib\\Scripts\\Toolbox.bat",
"cmd": "lib\\Scripts\\Toolbox.cmd",
"ps": "powershell lib/Scripts/Toolbox.ps1",
"py": "python lib/Scripts/Toolbox.py",
"go": "go run lib/Scripts/Toolbox.go",
"lua": "lua lib/Scripts/Toolbox.lua",
"ruby": "ruby lib/Scripts/Toolbox.rb",
"lua54": "lua54 lib/Scripts/Toolbox.lua",
"java": "java -jar lib/Scripts/Toolbox.jar",
"vbs": "cscript lib/Scripts/Toolbox.vbs",
"exe": "lib\\Scripts\\Toolbox.exe",
"fixdb": "node lib/Scripts/FixDatabase.js",
"minify": "node lib/Scripts/MinifyIris.js",
"test": "npm run"
},
"author": "KillovSky",
"documentation": "https://github.com/KillovSky/Iris/wiki",
"repository": {
"type": "git",
"url": "git+https://github.com/KillovSky/Iris.git"
},
"bugs": {
"url": "https://github.com/KillovSky/Iris/issues"
},
"homepage": "https://KillovSky.github.io/Iris",
"social": {
"github": "https://github.com/KillovSky",
"npm": "https://npmjs.com/~killovsky",
"other": "https://linktr.ee/killovsky"
},
"license": "MIT",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@hapi/boom": "^10.0.1",
"@killovsky/gimages": "^1.0.0",
"@killovsky/gtts": "^1.0.0",
"@killovsky/nasa": "^1.0.1",
"@killovsky/telegraph": "^1.0.0",
"@killovsky/tree": "^1.0.0",
"@vitalets/google-translate-api": "^9.2.0",
"@xenova/transformers": "^2.17.2",
"axios": "^1.5.0",
"baileys": "^6.7.4",
"body-parser": "^1.20.2",
"canvacord": "^5.4.10",
"canvafy": "^7.0.4",
"chats-simsimi": "^0.0.4",
"chess-image-generator": "^1.0.9",
"chess.js": "^1.0.0-beta.6",
"chokidar": "^3.5.3",
"cleverbot-free": "^2.0.3",
"command-exists": "^1.2.9",
"express": "^4.18.2",
"fluent-ffmpeg": "^2.1.2",
"gifencoder": "^2.0.1",
"gpt4all": "^4.0.0",
"ip": "^2.0.0",
"link-preview-js": "^3.0.5",
"linkify-plugin-ip": "^4.1.3",
"linkifyjs": "^4.1.3",
"mumaker": "^2.0.0",
"node-webpmux": "^3.1.9",
"pet-pet-gif": "^1.0.9",
"pino": "^8.12.1",
"pretty-num": "^0.5.2",
"qrcode-terminal": "^0.12.0",
"remove-accents": "^0.5.0",
"sharp": "^0.32.2",
"similarity": "^1.2.1",
"socket.io": "^4.7.2",
"systeminformation": "^5.22.11",
"text2png": "^2.3.0",
"tictactoe-agent": "^2.1.2",
"wa-sticker-formatter": "^4.4.4",
"word-wrapper": "^1.0.7",
"youtube-dl-exec": "^2.4.13",
"yt-search": "^2.10.4"
},
"funding": [
{
"type": "kofi",
"url": "http://ko-fi.com/killovsky"
},
{
"type": "others",
"url": "https://linktr.ee/killovsky"
}
],
"devDependencies": {
"eslint": "^8.55.0",
"eslint-config-airbnb-base": "^15.0.0"
},
"directories": {
"lib": "lib"
}
}