Files
DiscordClone/Discord Backup Bot/package.json
Bryan1029384756 b83360db35
Some checks failed
Build and Release / build-and-release (push) Has been cancelled
bump
2026-04-20 17:09:04 -05:00

16 lines
284 B
JSON

{
"name": "discord-backup-bot",
"version": "1.0.0",
"private": true,
"main": "src/index.js",
"scripts": {
"start": "node --no-warnings=ExperimentalWarning src/index.js"
},
"dependencies": {
"discord.js": "^14.16.3"
},
"engines": {
"node": ">=22.5"
}
}