@gcommands/plugin-cooldowns
Version:
Set cooldown for your command
48 lines (47 loc) • 1.3 kB
JSON
{
"name": "@gcommands/plugin-cooldowns",
"version": "1.0.5",
"description": "Set cooldown for your command",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "bash ../../scripts/build.bash",
"build:babel": "npx babel --extensions .ts ./src -d ./dist --minified --copy-files --config-file ../../babel.config.js",
"build:esm": "gen-esm-wrapper dist/index.js dist/index.mjs",
"build:types": "tsc --emitDeclarationOnly",
"lint": "npx eslint . --fix -c ../../.eslintrc.json"
},
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"keywords": [
"gcommands",
"plugin",
"cooldowns",
"database",
"discord.js"
],
"author": "Garlic-Team",
"repository": {
"type": "git",
"url": "git+https://github.com/Garlic-Team/gcommands-addons.git"
},
"bugs": {
"url": "https://github.com/Garlic-Team/gcommands-addons/issues"
},
"homepage": "https://github.com/Garlic-Team/gcommands-addons#readme",
"license": "ISC",
"devDependencies": {
"@types/node": "17.0.4",
"discord.js": "13.6.0",
"gcommands": "9.1.0",
"typescript": "4.6.3"
},
"dependencies": {
"ms": "^2.1.3"
}
}