genius-troll/package.json

21 lines
430 B
JSON
Raw Normal View History

2025-11-20 15:19:33 +01:00
{
"name": "genius-troll",
"repository": {
"type": "git",
"url": "https://dev.ldelforge.com/TRUkae/genius-troll.git"
},
"license": "ISC",
"author": "",
2025-11-20 21:05:44 +01:00
"type": "module",
2025-11-20 15:19:33 +01:00
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
2025-11-20 18:48:49 +01:00
"conjugation-fr": "^0.3.4",
"discord.js": "^14.25.0",
2025-11-20 19:43:33 +01:00
"dotenv": "^17.2.3",
2025-11-20 20:48:55 +01:00
"fr-compromise": "^0.2.8"
2025-11-20 15:19:33 +01:00
}
}