-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 827 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 827 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": "cav",
"version": "v3.0.2",
"description": "Cav is bot to log all the messages sent in your server in one place.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xYossaf/Cav.git"
},
"author": "xYossaf",
"license": "MIT",
"homepage": "https://github.com/xYossaf/Cav",
"dependencies": {
"CBuffer": "^2.1.0",
"better-sqlite3": "^7.1.0",
"chalk": "^4.1.0",
"discord-akairo": "^8.0.0",
"discord.js": "^12.0.2",
"dotenv": "^8.2.0",
"enmap": "^5.3.1",
"moment": "^2.27.0",
"moment-duration-format": "^2.3.2",
"node-fetch": "^2.6.0",
"path": "^0.12.7",
"sequelize": "^6.3.1",
"sqlite": "^4.0.11"
}
}