-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 830 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 830 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
{
"name": "emojiutilities",
"description": "Discord.js Bot for tracking server-specific emoji usage",
"version": "1.25.0",
"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": "^7.0.1",
"axios": "^1.9.0",
"common-tags": "^1.8.2",
"discord-emoji-converter": "^1.2.10",
"discord.js": "^14.18.0",
"dotenv": "^16.5.0",
"gif-to-apng": "^0.1.2",
"image-type": "^5.2.0",
"is-animated": "^2.0.2",
"mongodb": "^6.16.0",
"ms": "^2.1.3",
"sharp": "^0.34.1",
"string-similarity": "^4.0.4"
},
"devDependencies": {
"eslint": "^9.25.1",
"npm-check-updates": "^18.0.1",
"prettier": "^3.5.3"
}
}