-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 898 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 898 Bytes
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
{
"name": "grim-bot",
"version": "3.0.0",
"description": "An entertaining bot made by InspaStorm team!",
"main": "dist/index.js",
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts",
"start": "node dist/index.js",
"build": "tsc"
},
"keywords": [
"discord-bot"
],
"author": "Ranger",
"license": "GPL-3.0-only",
"dependencies": {
"chalk": "^5.0.1",
"discord.js": "^14.2.0",
"dotenv": "^16.0.1",
"figlet": "^1.5.2",
"gradient-string": "^2.0.1",
"join-images": "^1.1.3",
"mongodb": "^4.9.0",
"nanospinner": "^1.1.0",
"to-words": "^3.3.0"
},
"devDependencies": {
"@types/figlet": "^1.5.4",
"@types/gradient-string": "^1.1.2",
"@types/node": "^18.7.6",
"@types/sharp": "^0.30.5",
"eslint": "^8.22.0",
"tsx": "^4.16.2",
"typescript": "^5.5.4"
}
}