-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 926 Bytes
/
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
{
"name": "alair",
"version": "11.3.2",
"description": "2021'in ocak ayından beri geliştirilen Alair...",
"main": "index.js",
"scripts": {
"test": "node app.js",
"start": "node index.js",
"deploy": "node scripts/deploy.js"
},
"author": "Akif9748",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/Akif9748/akf-alair.git"
},
"engines": {
"node": "18.x"
},
"dependencies": {
"@discordjs/rest": "^2.0.1",
"@napi-rs/canvas": "^0.1.44",
"async-g-i-s": "^1.5.0",
"bufferutil": "^4.0.6",
"chalk": "^4.1.2",
"discord.js": "^14.13.0",
"eslint": "^8.48.0",
"express": "^4.18.2",
"express-rate-limit": "^6.10.0",
"figlet": "^1.6.0",
"invert-color": "^2.0.0",
"mongoose": "^7.5.0",
"request-ip": "^3.3.0",
"turkce": "^1.1.3",
"utf-8-validate": "^6.0.3",
"zlib-sync": "^0.1.8"
}
}