ClearAllDiscordDM/package.json

28 lines
659 B
JSON

{
"name": "clear-all-discord-dm",
"description": "Clear all discord DMs with a discord data request",
"version": "1.1.0",
"main": "build/index.js",
"license": "MIT",
"dependencies": {
"axios": "^1.7.7",
"json-bigint-patch": "^0.0.8",
"moment": "^2.30.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.5.4"
},
"devDependencies": {
"@types/node": "^22.5.4",
"bun": "^1.1.27"
},
"scripts": {
"build": "tsc",
"bun": "bun build --entry ./build/index.js --compile --outfile ./bin/ClearMessages",
"pipe": "npm run build && npm run bun"
},
"repository": {
"url": "https://github.com/M1000fr/ClearAllDiscordDM.git",
"type": "git"
}
}