{ "name": "botanique", "version": "0.0.1", "description": "Bot discord", "main": "src/index.js", "scripts": { "main": "tsc && node ./dist/src/index.js", "debug": "tsnd --respawn ./src/index.ts" }, "repository": { "type": "git", "url": "git@git.kennel.ml:ConfrerieDuKassoulait/Botanique.git" }, "author": "La confrérie du Kassoulait", "license": "GPL-3.0-only", "dependencies": { "@discordjs/rest": "^0.5.0", "discord-api-types": "^0.36.0", "discord.js": "^13.8.1" }, "devDependencies": { "dotenv": "^16.0.1", "eslint": "^8.13.0", "ts-node-dev": "^2.0.0", "typescript": "^4.7.4" }, "type": "module" }