forked from Akif9748/akf-alair
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 915 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
39
{
"name": "alair",
"version": "8.6.1",
"description": "2021'in ocak ayından beri geliştirilen Alair...",
"main": "index.js",
"scripts": {
"test": "node app.js",
"start": "node index.js"
},
"author": "Akif9748",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/Akif9748/akf-alair.git"
},
"engines": {
"node": ">=16.X"
},
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/rest": "^1.3.0",
"@napi-rs/canvas": "^0.1.30",
"async-g-i-s": "^1.3.0",
"discord.js": "^13.12.0",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"figlet": "^1.5.2",
"invert-color": "^2.0.0",
"mongoose": "^6.7.1",
"request-ip": "^3.3.0",
"turkce": "^1.1.2"
},
"devDependencies": {
"bufferutil": "^4.0.6",
"eslint": "^8.25.0",
"utf-8-validate": "^5.0.9",
"zlib-sync": "^0.1.7"
}
}