-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 971 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 971 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
33
34
35
{
"name": "mega-bot",
"version": "alpha",
"main": "dist/index.js",
"scripts": {
"dev": "tsc && node ./dist/index.js",
"reset": "rm -rf ./dist && rm -rf ./logs && rm -rf ./node_modules && rm -rf ./package-lock.json && npm i && npm i -g typescript && npm cache clean --force"
},
"keywords": [],
"author": "Thorminate",
"license": "MIT",
"type": "module",
"description": "A discord bot for my friend's server",
"dependencies": {
"@dotenvx/dotenvx": "^1.45.2",
"@types/node": "^24.0.10",
"discord.js": "^14.21.0",
"mongodb": "^6.17.0",
"mongoose": "^8.16.1",
"ms": "^2.1.3",
"pretty-ms": "^9.2.0",
"typescript": "^5.8.3"
},
"devDependencies": {
"@types/ms": "^0.7.34"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thorminate/aeonix"
},
"bugs": {
"url": "https://github.com/thorminate/aeonix/issues"
},
"homepage": "https://github.com/thorminate/aeonix#readme"
}