{ "name": "dd-advanced-bot", "version": "1.0.0", "description": "A bit more advanced bot that has some permission handling and slash command options.", "main": "dist/index.js", "type": "module", "license": "ISC", "private": true, "packageManager": "yarn@4.17.1", "scripts": { "start": "node dist/index.js", "build": "tsc" }, "dependencies": { "@discordeno/bot": "21.0.0", "dd-cache-proxy": "^2.9.0", "dotenv": "^17.4.2" }, "devDependencies": { "@types/node": "^26.4.0", "typescript": "^7.0.2" } }