Yamamura/package.json
Jonathan Barrow deb6140594 Rewrite
Rewrote in Node and added slash commands
2021-04-14 22:22:47 -04:00

24 lines
617 B
JSON

{
"name": "yamamura",
"version": "1.0.0",
"description": "Official community bot for the Pretendo Discord server",
"main": "src/bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PretendoNetwork/Yamamura.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PretendoNetwork/Yamamura/issues"
},
"homepage": "https://github.com/PretendoNetwork/Yamamura#readme",
"dependencies": {
"discord.js": "^12.5.3",
"slash-create": "^3.0.1"
}
}