monhu-discordjs
Version:
MonitorHumanが作った、簡単にDiscordのBotを作成するNPMモジュール
35 lines • 858 B
JSON
{
"name": "monhu-discordjs",
"version": "0.0.5",
"description": "MonitorHumanが作った、簡単にDiscordのBotを作成するNPMモジュール",
"main": "index.js",
"dependencies": {
"discord.js": "12.2.0",
"node-cron": "^2.0.3"
},
"engines": {
"node": "12.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TarochanChannel/MonHu-Discord.js.git"
},
"scripts" : {
"postinstall": "node -e \"require('monhu-discordjs/thankyou-message.js')\""
},
"keywords": [
"Discord",
"DiscordBot",
"MonHu",
"monhu-discordjs",
"discord.js",
"discordjs",
"Tarochan"
],
"author": "monhu",
"license": "MIT",
"bugs": {
"url": "https://github.com/TarochanChannel/MonHu-Discord.js/issues"
},
"homepage": "https://github.com/TarochanChannel/MonHu-Discord.js#readme"
}