genius-troll/package.json

22 lines
448 B
JSON
Raw Normal View History

2025-11-20 15:19:33 +01:00
{
"name": "genius-troll",
"version": "1.0",
"description": "",
"repository": {
"type": "git",
"url": "https://dev.ldelforge.com/TRUkae/genius-troll.git"
},
"license": "ISC",
"author": "",
"type": "commonjs",
"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",
"fr-compromise": "^0.2.8"
2025-11-20 15:19:33 +01:00
}
}