Tinasha-Bot/package.json

89 lines
2.2 KiB
JSON
Raw Normal View History

2023-08-20 14:29:07 +09:00
{
"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",
2023-11-22 15:20:54 +09:00
"erela.js": "github:Tomato6966/erela.js",
2023-08-20 14:29:07 +09:00
"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",
2023-10-10 23:44:51 +09:00
"genius-lyrics-api": "^3.2.0",
2023-08-20 14:29:07 +09:00
"iso-639-1": "^2.1.12",
2023-08-20 14:45:03 +09:00
"lavalink-client": "^1.1.6",
2023-10-10 23:44:51 +09:00
"lyrics-finder": "^21.7.0",
2023-08-20 14:29:07 +09:00
"module-alias": "^2.2.2",
"moment": "^2.29.1",
"mongoose": "^5.13.7",
"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",
2023-10-10 23:44:51 +09:00
"romanize": "^1.1.1",
2023-08-20 14:29:07 +09:00
"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",
2023-10-10 23:44:51 +09:00
"nodemon": "^3.0.1",
2023-08-20 14:29:07 +09:00
"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"
}
}