You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
762 B
27 lines
762 B
{
|
|
"name": "natsuki",
|
|
"version": "1.0.0",
|
|
"description": "An anime-themed multipurpose bot",
|
|
"main": "bot.js",
|
|
"author": "NatsukiDev",
|
|
"dependencies": {
|
|
"canvas": "^2.6.1",
|
|
"chalk": "^4.1.0",
|
|
"cron": "^1.8.2",
|
|
"dblapi.js": "^2.4.1",
|
|
"discord.io": "https://github.com/woor/discord.io/tarball/gateway_v6",
|
|
"discord.js": "^12.2.0",
|
|
"manyitems": "^1.0.2",
|
|
"moment": "^2.28.0",
|
|
"moment-precise-range-plugin": "^1.3.0",
|
|
"mongoose": "^5.10.3",
|
|
"node-fetch": "^2.6.1",
|
|
"ora": "^5.3.0",
|
|
"swwrap": "^1.0.0",
|
|
"winston": "^3.3.3",
|
|
"ws": "^7.4.6"
|
|
},
|
|
"engines": {
|
|
"node": "12.14.1"
|
|
}
|
|
}
|
|
|