2023-06-27 19:38:28 +02:00
|
|
|
{
|
|
|
|
"name": "discordbot",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
2023-08-02 13:26:48 +02:00
|
|
|
"main": "index.js",
|
2023-06-27 19:38:28 +02:00
|
|
|
"scripts": {
|
2023-08-02 13:26:48 +02:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
2023-06-27 19:38:28 +02:00
|
|
|
},
|
2023-08-02 13:26:48 +02:00
|
|
|
"author": "Xeovalyte",
|
2023-06-27 19:38:28 +02:00
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2023-08-02 13:26:48 +02:00
|
|
|
"discord.js": "^14.12.1",
|
2023-08-03 12:06:31 +02:00
|
|
|
"dotenv": "^16.3.1",
|
|
|
|
"sequelize": "^6.32.1",
|
|
|
|
"sqlite3": "^5.1.6"
|
2023-06-27 19:38:28 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-02 13:26:48 +02:00
|
|
|
"eslint": "^8.46.0"
|
2023-06-27 19:38:28 +02:00
|
|
|
}
|
|
|
|
}
|