UNPKG

@yamdbf/command-usage

Version:

YAMDBF plugin for logging command usage and command usage statistics

43 lines (42 loc) 1.16 kB
{ "name": "@yamdbf/command-usage", "version": "1.0.0-indev.a1a9483b1020966ac4549f824ee6375618080744", "description": "YAMDBF plugin for logging command usage and command usage statistics", "main": "bin/index.js", "typings": "bin/index.d.ts", "scripts": { "build": "gulp", "lint": "eslint . --ext ts,js --ignore-pattern bin" }, "repository": { "type": "git", "url": "git+https://github.com/zajrik/yamdbf-command-usage.git" }, "keywords": [ "discord", "bot", "yamdbf", "node" ], "author": "Zackary Campbell <zajrik@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/zajrik/yamdbf-command-usage/issues" }, "homepage": "https://github.com/zajrik/yamdbf-command-usage#readme", "devDependencies": { "@discord-samba/eslint-config": "github:discord-samba/eslint-config", "@yamdbf/core": "^4.0.0-indev.30529eed34509f7ba401a94161227c2c92b5d60e", "@types/node": "^14.14.13", "del": "^6.0.0", "eslint": "^6.5.1", "gulp": "^4.0.2", "gulp-eslint": "^6.0.0", "gulp-sourcemaps": "^3.0.0", "gulp-typescript": "^5.0.1", "typescript": "^3.7.2" }, "eslintConfig": { "extends": "@discord-samba" } }