l1l1th/package.json

18 lines
363 B
JSON
Raw Normal View History

2024-10-03 09:54:53 +02:00
{
"name": "discord-alttext",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"groq-sdk": "^0.7.0",
"uwuifier": "^4.2.2"
}
}