-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
29 lines (29 loc) · 909 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
{
"name": "discord-command-cooldown",
"version": "1.0.9",
"description": "A module that allows you to detect if a command should have a cooldown imposed on it and not run for the user. We are above others thanks to the fact that even after restart cooldown is still taken into account according to timeout that was set from the beginning.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"discord",
"discord.js",
"discordjs",
"discord cooldown",
"discord command cooldown",
"command cooldown",
"cooldown"
],
"author": "breftejk",
"license": "MIT",
"homepage": "https://github.com/breftejk/discord-command-cooldown",
"repository": {
"type": "git",
"url": "https://github.com/breftejk/discord-command-cooldown.git"
},
"dependencies": {
"ms": "^2.1.3"
}
}