{
  "name": "discord-backup",
  "version": "3.4.0",
  "description": "A complete framework to facilitate server backup using discord.js v14 with rate limiting and error handling",
  "main": "lib/index.js",
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Androz2091/discord-backup.git"
  },
  "keywords": [
    "discord",
    "discord.js",
    "backup",
    "clone",
    "bot",
    "discord-backup"
  ],
  "author": "Androz2091",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Androz2091/discord-backup/issues"
  },
  "homepage": "https://github.com/Androz2091/discord-backup#readme",
  "dependencies": {
    "discord.js": "^14.20.0"
  },
  "devDependencies": {
    "@types/node": "^24.0.3",
    "@types/node-fetch": "^2.6.12",
    "prettier": "^3.5.3",
    "tslint": "^6.1.1",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^5.8.3"
  }
}
