ClearAllDiscordDM/package.json

28 lines
659 B
JSON
Raw Normal View History

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