This repository has been archived on 2023-04-20. You can view files and clone it, but cannot push or open issues or pull requests.
discord-bot/package.json

49 lines
1.4 KiB
JSON

{
"name": "bot",
"version": "1.0.0",
"description": "A powerful Discord Bot for large servers.",
"main": "./src/app.js",
"engines": {
"node": ">=16.14.0"
},
"type": "module",
"scripts": {
"start": "node .",
"lint": "eslint --fix --ext .js .",
"sync-i18n": "sync-i18n --files ./locale/*.json --primary en --space 4"
},
"author": "Chase <c@chse.dev> (https://chse.dev)",
"contributors": [
"mikzy <> (https://github.com/mjkzy)"
],
"license": "MIT",
"dependencies": {
"better-sqlite3": "8.2.0",
"chalk": "5.2.0",
"dbd-dark-dashboard": "1.6.592",
"discord-dashboard": "2.3.492",
"discord.js": "14.9.0",
"node-fetch": "3.3.1",
"readline-sync": "1.4.10",
"string-table": "0.1.5",
"unidecode-plus": "1.0.4"
},
"devDependencies": {
"eslint": "8.37.0",
"eslint-config-chase": "1.0.7",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsdoc": "40.1.1",
"eslint-plugin-unicorn": "46.0.0",
"i18next-json-sync": "3.1.2"
},
"homepage": "https://github.com/chxseh/discord-bot",
"keywords": [
"discord",
"discord.js",
"discordjs"
],
"repository": {
"type": "git",
"url": "https://github.com/chxseh/discord-bot.git"
}
}