odin/package.json
2023-06-20 15:25:19 +02:00

18 lines
362 B
JSON

{
"name": "roberto-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"discord.js": "^14.7.1",
"dotenv": "^16.1.4",
"fs": "^0.0.1-security",
"mysql": "^2.18.1",
"openai": "^3.2.1"
}
}