couteau_suisse/package.json
2026-01-16 10:01:54 +01:00

24 lines
463 B
JSON

{
"name": "bot-discord",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"deploy": "deploy_command.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.7.7",
"deepl-node": "^1.19.0",
"discord.js": "^14.16.3",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"mysql2": "^3.15.3",
"node": "^18.20.5",
"node-fetch": "^3.3.2",
"pterosocket": "^1.0.6"
}
}