This commit is contained in:
15
Discord Backup Bot/package.json
Normal file
15
Discord Backup Bot/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user