-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1005 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": "coda-utilities",
"version": "3.8.1",
"description": "A general utilities bot for Coda",
"main": "index.js",
"scripts": {
"dev": "nodemon .",
"start": "node index.js"
},
"author": "Matheson Steplock (ikifar2012)",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/Project-Coda/Coda-Utilities.git"
},
"bugs": {
"url": "https://github.com/Project-Coda/Coda-Utilities/issues"
},
"homepage": "https://github.com/Project-Coda/Coda-Utilities#readme",
"devDependencies": {
"@eslint/js": "^9.18.0",
"eslint": "^9.18.0",
"globals": "^15.14.0",
"nodemon": "^3.1.9"
},
"dependencies": {
"@discordjs/rest": "^2.4.2",
"@tonaljs/tonal": "^4.10.0",
"discord-api-types": "^0.37.115",
"discord.js": "^14.17.3",
"emoji-unicode": "^2.0.1",
"figlet": "^1.8.0",
"lodash": "^4.17.21",
"mariadb": "^3.4.0",
"node-cron": "^3.0.3",
"node-fetch": "^2.7.0",
"openai": "^4.78.1"
}
}