diszar-cli
Version:
A CLI tool for effortlessly creating Diszar templates.
39 lines • 878 B
JSON
{
"name": "diszar-cli",
"version": "0.0.1",
"description": "A CLI tool for effortlessly creating Diszar templates.",
"main": "index.js",
"type": "module",
"bin": {
"create-template": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/0xNizar/Diszar-CLI.git"
},
"dependencies": {
"chalk": "^5.0.0",
"inquirer": "^9.0.0",
"simple-git": "^3.0.0"
},
"keywords": [
"discord-bot",
"discord-template",
"discord.js",
"discord-bot-template",
"discord-template-bot",
"discord",
"bots",
"discord-es6",
"discord-js"
],
"author": "0xNizar",
"license": "MIT",
"bugs": {
"url": "https://github.com/0xNizar/Diszar-CLI/issues"
},
"homepage": "https://github.com/0xNizar/Diszar-CLI#readme"
}