{ "name": "botanique", "version": "0.0.1", "description": "Bot discord", "main": "src/index.js", "scripts": { "main": "npx tsc && node ./dist/index.js", "debug": "npx tsnd --respawn ./src/index.ts", "lint": "npx eslint src" }, "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", "typescript": "^4.7.4" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.30.7", "@typescript-eslint/parser": "^5.30.7", "dotenv": "^16.0.1", "eslint": "^8.20.0", "ts-node-dev": "^2.0.0" } }