{ "name": "clear-all-discord-dm", "description": "Clear all discord DMs with a discord data request", "version": "1.0.0", "main": "build/index.js", "license": "MIT", "dependencies": { "axios": "^1.7.7", "moment": "^2.30.1", "ts-node-dev": "^2.0.0", "typescript": "^5.5.4" }, "devDependencies": { "@types/node": "^22.5.4" }, "scripts": { "build": "tsc" }, "repository": { "url": "https://github.com/M1000fr/ClearAllDiscordDM.git", "type": "git" } }