mirror of
https://github.com/MinazukiAmane/Tinasha-Bot.git
synced 2025-03-15 14:35:58 +08:00
89 lines
2.2 KiB
JSON
89 lines
2.2 KiB
JSON
{
|
|
"name": "KieraBot",
|
|
"version": "4.1.0",
|
|
"description": "A multipurpose discord bot built using discord-js",
|
|
"main": "bot.js",
|
|
"author": "Amane",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=16.6.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "nodemon .",
|
|
"start": "nodemon bot.js"
|
|
},
|
|
"homepage": "https://github.com/MinazukiAmane/Kiera-Bot",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/MinazukiAmane/Kiera-Bot.git"
|
|
},
|
|
"dependencies": {
|
|
"@vitalets/google-translate-api": "^9.0.0",
|
|
"ascii-table": "0.0.9",
|
|
"btoa": "^1.2.1",
|
|
"chalk": "^4.1.2",
|
|
"country-language": "^0.1.7",
|
|
"discord-giveaways": "^5.0.1",
|
|
"discord.js": "^13.14.0",
|
|
"dotenv": "^16.0.0",
|
|
"ejs": "^3.1.6",
|
|
"erela.js": "github:Tomato6966/erela.js",
|
|
"erela.js-deezer": "^1.0.7",
|
|
"erela.js-facebook": "^1.0.4",
|
|
"erela.js-spotify": "^1.2.0",
|
|
"express": "^4.17.2",
|
|
"express-session": "^1.17.2",
|
|
"fixedsize-map": "^1.0.1",
|
|
"fs": "0.0.1-security",
|
|
"genius-lyrics-api": "^3.2.0",
|
|
"iso-639-1": "^2.1.12",
|
|
"lavalink-client": "^1.1.6",
|
|
"lyrics-finder": "^21.7.0",
|
|
"module-alias": "^2.2.2",
|
|
"moment": "^2.29.1",
|
|
"mongoose": "^5.13.20",
|
|
"nekos.life": "^2.0.9",
|
|
"node-fetch": "^2.6.1",
|
|
"os": "^0.1.2",
|
|
"outdent": "^0.8.0",
|
|
"pretty-ms": "^7.0.1",
|
|
"random-anime": "^1.0.6",
|
|
"romanize": "^1.1.1",
|
|
"simple-node-logger": "^21.8.12",
|
|
"snakecord": "^1.0.9",
|
|
"sourcebin_js": "^0.0.3-ignore",
|
|
"string-progressbar": "^1.0.4",
|
|
"table": "^6.8.0",
|
|
"timestamp-to-date": "^1.1.0",
|
|
"twemoji-parser": "^13.1.0",
|
|
"ytsr": "^3.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.6.0",
|
|
"eslint-plugin-jsdoc": "^37.6.1",
|
|
"node": "^16.10.0",
|
|
"nodemon": "^3.0.1",
|
|
"prettier": "2.5.1"
|
|
},
|
|
"keywords": [
|
|
"discord",
|
|
"discord.js",
|
|
"bot",
|
|
"multipurpose"
|
|
],
|
|
"_moduleAliases": {
|
|
"@root": ".",
|
|
"@commands": "src/commands/",
|
|
"@features": "src/features/",
|
|
"@schemas": "src/schemas/",
|
|
"@src": "src/",
|
|
"@utils": "src/utils/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/MinazukiAmane/perlica-main/issues"
|
|
},
|
|
"directories": {
|
|
"doc": "docs"
|
|
}
|
|
}
|