UNPKG

discord-template-generator

Version:
34 lines (33 loc) 820 B
{ "name": "discord-template-generator", "version": "0.1.1", "description": "a template generate for discord.js command handler", "main": "index.js", "dependencies": { "colors": "^1.4.0", "commander": "^7.2.0", "fs-extra": "^9.1.0", "prompts": "^2.4.0" }, "devDependencies": {}, "bin": { "bot-client": "./index.js" }, "repository": { "type": "git", "url": "git+https://github.com/beCoditive/discord-template-generator.git" }, "keywords": [ "beCoditive", "discord.js", "template", "generator", "discord-template-generator" ], "author": "beCoditive", "license": "ISC", "bugs": { "url": "https://github.com/beCoditive/discord-template-generator/issues" }, "homepage": "https://github.com/beCoditive/discord-template-generator#readme" }