mirror of
https://github.com/PretendoNetwork/Yamamura.git
synced 2025-04-02 11:01:56 -04:00
24 lines
617 B
JSON
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"
|
|
}
|
|
}
|