forked from Akira13345/Core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 805 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
{
"name": "core",
"version": "1.0.0",
"description": "a bot discord containing many modules",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Akira13345/core.git"
},
"author": "Akira13345",
"license": "ISC",
"bugs": {
"url": "https://github.com/Akira13345/core/issues"
},
"homepage": "https://github.com/Akira13345/core#readme",
"dependencies": {
"@androz2091/discord-invites-tracker": "^1.2.3",
"axios": "^1.6.4",
"better-sqlite3": "^9.2.2",
"chalk": "^4.1.2",
"dateformat": "^4.5.1",
"discord-html-transcripts": "^3.2.0",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"path": "^0.12.7",
"quick.db": "^9.1.7"
}
}