31 lines
777 B
JSON
31 lines
777 B
JSON
{
|
|
"name": "gachamelia",
|
|
"version": "1.0.0",
|
|
"description": "Transforme ton serveur Discord en *gacha* géant !",
|
|
"main": "old/index.js",
|
|
"scripts": {
|
|
"clean": "rm -rf dist",
|
|
"build": "tsc --build",
|
|
"start": "npm run build && node dist/index.js",
|
|
"start:clean": "npm run clean && npm run build && node dist/index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/node": "^22.8.5",
|
|
"discord.js": "^14.16.2",
|
|
"dotenv": "^16.4.5",
|
|
"glob": "^11.0.0",
|
|
"mariadb": "^3.4.0",
|
|
"mysql2": "^3.11.3",
|
|
"pg": "^8.13.1",
|
|
"pg-hstore": "^2.3.4",
|
|
"sequelize": "^6.37.5",
|
|
"sequelize-typescript": "^2.1.6",
|
|
"sqlite3": "^5.1.7",
|
|
"tedious": "^18.6.1",
|
|
"typescript": "^5.6.2"
|
|
}
|
|
}
|