This repository was archived by the owner on Aug 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.26 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "lean",
"version": "1.0.0",
"description": "A Discord Bot Made With NodeJS",
"main": "index.js",
"devDependencies": {
"@stylistic/eslint-plugin-js": "^2.6.1",
"eslint": "^9.8.0",
"nodemon": "^3.1.4",
"prettier": "^3.3.3"
},
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"pretty": "prettier . --write",
"lint": "clear && eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RohanDaCoder/Lean.git"
},
"keywords": [
"nodejs",
"discord",
"discordbot",
"bot",
"lean"
],
"author": "RohanDaCoder",
"license": "MIT",
"bugs": {
"url": "https://github.com/RohanDaCoder/Lean/issues"
},
"homepage": "https://github.com/RohanDaCoder/Lean#readme",
"dependencies": {
"axios": "^1.7.3",
"calm.db": "^1.1.4",
"colors": "^1.4.0",
"commandkit": "^0.1.10",
"deepmerge-ts": "^7.1.0",
"discord-gamecord": "^4.4.2",
"discord-giveaways": "^6.0.1",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"globals": "^15.9.0",
"mathjs": "^13.0.3",
"mongoose": "^8.5.2",
"ms": "^2.1.3",
"path": "^0.12.7",
"pretty-ms": "^9.1.0",
"replicate": "^0.29.4",
"serialize-javascript": "^6.0.2"
}
}