-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 983 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "maneki-neko",
"version": "1.2.0",
"description": "🤖 A powerful Discord bot, made with eris library in Node.js. With ❤️ roleplay commands, 🔧 configuration commands, 💸 economy commands, 🌐 utility commands, and more...",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Levi0100/maneki-neko.git"
},
"author": "Levi0100",
"license": "ISC",
"bugs": {
"url": "https://github.com/Levi0100/maneki-neko/issues"
},
"dependencies": {
"@iamtraction/google-translate": "^1.1.2",
"canvacord": "^5.4.2",
"canvas": "^2.9.1",
"colors": "^1.4.0",
"dotenv": "^16.0.1",
"eris": "^0.17.1",
"imgur": "^2.2.0",
"moment": "^2.29.3",
"mongoose": "^6.6.1",
"ms": "^2.1.3",
"node-canvas-with-twemoji-and-discord-emoji": "^1.2.1"
},
"homepage": "https://github.com/Levi0100/maneki-neko#readme"
}