forked from Androz2091/DiscordEconomyBot
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 672 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 672 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
{
"name": "discordeconomybot",
"version": "1.0.0",
"description": "A very simple bot with an economy system using the Discord.js API",
"main": "main.js",
"scripts": {
"test": "node main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Androz2091/DiscordEconomyBot.git"
},
"author": "Androz#2091",
"license": "ISC",
"bugs": {
"url": "https://github.com/Androz2091/DiscordEconomyBot/issues"
},
"homepage": "https://github.com/Androz2091/DiscordEconomyBot#readme",
"dependencies": {
"ascii-table": "0.0.9",
"discord.js": "^11.4.2",
"ms": "^2.1.1",
"quick.db": "github:Androz2091/quick.db"
}
}