JaBa/package.json

102 lines
2.9 KiB
JSON

{
"name": "jaba",
"version": "3.1",
"description": "A very complete Discord bot (more than 100 commands) that uses the Discord.js",
"main": "index.js",
"private": true,
"scripts": {
"start": "node .",
"lint": "eslint . --ext .js",
"testcfg": "node scripts/verify-config.js",
"migratedb": "node scripts/migrate-db-from-v4.6-to-v4.7.js"
},
"author": "Jonny_Bro",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.5.0",
"@distube/soundcloud": "^1.0.0",
"@distube/spotify": "^1.0.0",
"@k3rn31p4nic/google-translate-api": "github:k3rn31p4nic/google-translate-api",
"@sentry/node": "6.3.6",
"@sindresorhus/slugify": "^1.1.0",
"amethyste-api": "github:Androz2091/amethyste-api",
"ascii-table": "0.0.9",
"blague.xyz": "^2.0.4",
"btoa": "^1.2.1",
"canvacord": "^5.1.0",
"canvas": "^2.6.1",
"chalk": "^4.1.0",
"colors-generator": "^0.3.4",
"cron": "^1.7.2",
"dblapi.js": "^2.3.0",
"discord-backup": "^2.1.19",
"discord-canvas": "^1.3.2",
"discord-giveaways": "^4.4.3",
"discord-paginationembed": "^2.1.0",
"discord-tictactoe": "^2.2.0",
"discord-together": "^1.3.25",
"discord.js": "^12.5.3",
"distube": "^3.0.4",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-session": "^1.17.0",
"ffmpeg-static": "^4.4.0",
"figlet": "^1.5.0",
"fortnite": "^4.3.2",
"gamedig": "^3.0.0",
"i18next": "^20.2.2",
"i18next-node-fs-backend": "^2.1.3",
"js-string-cleaner": "^1.0.3",
"lyrics-finder": "^21.7.0",
"markdown-table": "2.0.0",
"mathjs": "^9.0.0",
"md5": "^2.2.1",
"moment": "^2.26.0",
"mongoose": "^5.9.25",
"ms": "^2.1.3",
"string-sanitizer": "^1.1.1"
},
"devDependencies": {
"eslint": "^7.5.0"
},
"eslintConfig": {
"env": {
"commonjs": true,
"es6": true,
"node": true
},
"extends": "eslint:recommended",
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2020
},
"rules": {
"prefer-const": [
"error"
],
"indent": [
"error",
"tab",
{
"SwitchCase": 1
}
],
"quotes": [
"error",
"double"
],
"semi": [
"error",
"always"
],
"linebreak-style": 0,
"require-atomic-updates": 0
}
},
"eslintIgnore": [
"dashboard/public"
]
}