-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
32 lines (32 loc) · 829 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
{
"name": "emojiutilities",
"description": "Discord.js Bot for tracking server-specific emoji usage",
"version": "1.23.5",
"exports": "./src/index.js",
"type": "module",
"scripts": {
"start": "node src/index.js",
"deploy": "node src/helpers/deployCommands.js"
},
"dependencies": {
"@beenotung/gif-to-apng": "^0.2.1",
"archiver": "^6.0.0",
"axios": "^1.5.0",
"common-tags": "^1.8.2",
"discord-emoji-converter": "^1.2.8",
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"gif-to-apng": "^0.1.2",
"image-type": "^5.2.0",
"is-animated": "^2.0.2",
"mongodb": "^6.0.0",
"ms": "^2.1.3",
"sharp": "^0.32.5",
"string-similarity": "^4.0.4"
},
"devDependencies": {
"eslint": "^8.48.0",
"npm-check-updates": "^16.13.2",
"prettier": "^3.0.3"
}
}