odin/package.json
2023-06-20 15:38:18 +02:00

17 lines
337 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",
"fs": "^0.0.1-security",
"mysql": "^2.18.1",
"openai": "^3.2.1"
}
}