-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) 路 1.01 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) 路 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "simulavest_bot_discord",
"version": "1.0.0",
"description": "Este reposit贸rio 茅 destinado ao desenvolvimento do bot do discord com a plataforma do SimulaVest",
"main": "src/bot.js",
"scripts": {
"start": "node bot.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SimulaVest-organization/Simulavest_Bot_Discord.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/SimulaVest-organization/Simulavest_Bot_Discord/issues"
},
"homepage": "https://github.com/SimulaVest-organization/Simulavest_Bot_Discord#readme",
"dependencies": {
"@emailjs/nodejs": "^5.0.2",
"@google/generative-ai": "^0.24.1",
"better-sqlite3": "^12.4.1",
"dayjs": "^1.11.18",
"deps": "^1.0.0",
"discord.js": "^14.23.2",
"dotenv": "^16.4.5",
"jimp": "^1.6.0",
"peer": "^1.0.2",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7"
}
}