-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "nex-aod-util-bot",
"version": "1.0.0",
"description": "A bot made to help Nex AoD Administration",
"scripts": {
"build": "tsc --watch",
"start": "ts-node index.ts",
"prestart": "tsc",
"dev": "node ./dist/index.js"
},
"author": "Fate",
"license": "MIT",
"dependencies": {
"@sapphire/discord.js-utilities": "5.1.1",
"@types/node": "18.8.3",
"axios": "0.24.0",
"bufferutil": "4.0.6",
"cheshire": "github:Deivu/Cheshire#2.0.2",
"count-interval": "1.0.1",
"discord-api-types": "0.37.12",
"discord.js": "14.6.0",
"discord.js-pages": "1.4.4",
"dotenv": "16.0.3",
"indomitable": "2.0.2",
"keyv": "4.5.2",
"keyv-file": "0.2.0",
"kurasuta": "3.0.2",
"petitio": "1.4.0",
"shoukaku": "3.2.0",
"ts-node": "10.9.1",
"utf-8-validate": "5.0.9",
"uuid": "8.3.2"
},
"devDependencies": {
"@types/uuid": "8.3.4",
"eslint": "8.25.0",
"ts-loader": "9.4.1",
"typescript": "4.8.4"
}
}