UNPKG

gratian-manager

Version:

Sistema de gerenciamento e hospedagem de múltiplos bots Discord.

45 lines (44 loc) 999 B
{ "name": "gratian-manager", "version": "1.2.2", "description": "Sistema de gerenciamento e hospedagem de múltiplos bots Discord.", "main": "loader.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "gratian-manager": "./bin/loader.js" }, "dependencies": { "boxen": "^8.0.1", "chalk": "^5.4.1", "cli-table3": "^0.6.5", "fs-extra": "^11.2.0", "gratian-manager": "^1.1.2", "ora": "^8.2.0", "unzipper": "^0.10.14" }, "repository": { "type": "git", "url": "git+https://github.com/Gratian-pro/gratian-manager.git" }, "files": [ "bin/", "bin/version.json", "bin/bots" ], "keywords": [ "host", "discord", "hosting", "gratian", "manager", "painel" ], "author": "Gratian.pro", "license": "UNLICENSED", "bugs": { "url": "https://github.com/Gratian-pro/gratian-manager/issues" }, "homepage": "https://github.com/Gratian-pro/gratian-manager#readme" }