Files

19 lines
418 B
JSON
Raw Permalink Normal View History

2024-11-04 15:41:47 +01:00
{
"name": "bot-france-travail",
"version": "1.0.0",
"main": "index.js",
"scripts": {
2024-11-04 15:46:04 +01:00
"start": "node index.js",
2024-11-04 15:41:47 +01:00
"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"
}
2024-11-04 15:46:04 +01:00
}