-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 902 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
{
"name": "namvr-chateconomy",
"version": "3.0.1",
"types": "./typings.d.ts",
"description": "An open-source discord chat economy bot that has various events to be triggered randomly in your chat.",
"funding": "https://ko-fi.com/namanvrati",
"main": "bot.js",
"scripts": {
"start": "node bot.js",
"dev": "nodemon bot.js",
"init": "node ./functions/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NamVr/Chat-Economy-Bot.git"
},
"keywords": [
"discord-js"
],
"author": {
"name": "Naman Vrati",
"url": "https://github.com/NamVr",
"email": "[email protected]"
},
"contributors": [],
"license": "ISC",
"bugs": {
"url": "https://github.com/NamVr/Chat-Economy-Bot/issues"
},
"homepage": "https://github.com/NamVr/Chat-Economy-Bot#readme",
"dependencies": {
"chalk": "^5.3.0",
"discord.js": "^14.11.0",
"leekslazylogger": "^5.0.1"
}
}