Files
2024-11-04 15:46:34 +01:00

19 lines
418 B
JSON

{
"name": "bot-france-travail",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "JessyD - QuantumCraft Studios",
"license": "ISC",
"description": "",
"dependencies": {
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"node-cron": "^3.0.3",
"yaml": "^2.6.0"
}
}