37 lines
955 B
JSON
37 lines
955 B
JSON
{
|
|
"name": "qcstd-bot",
|
|
"version": "1.0.0",
|
|
"description": "Bot discord pour l'hébergeur QuantumCraft Studios",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "nodemon index.js",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"format": "prettier --write ."
|
|
},
|
|
"keywords": [],
|
|
"author": "UltraLion - https://ultralion.xyz",
|
|
"license": "ISC",
|
|
"packageManager": "[email protected]",
|
|
"dependencies": {
|
|
"@dotenvx/dotenvx": "^1.49.0",
|
|
"chalk": "^4.1.2",
|
|
"discord-html-transcripts": "^3.2.0",
|
|
"discord.js": "^14.22.1",
|
|
"dotenv": "^17.2.1",
|
|
"express": "^5.1.0",
|
|
"node-cron": "^4.2.1",
|
|
"sql.js": "^1.13.0",
|
|
"yaml": "^2.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.34.0",
|
|
"eslint": "^9.34.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-prettier": "^5.5.4",
|
|
"globals": "^16.3.0",
|
|
"nodemon": "^3.1.10",
|
|
"prettier": "^3.6.2"
|
|
}
|
|
} |