{
  "name": "pdx-backup",
  "version": "0.0.8",
  "description": "A complete framework to facilitate server backup using discord.js v14 by Foob, forked from discord-backup djs v13 (by androz2091)",
  "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/PhoDenXanhDev/discord-backup.git"
  },
  "keywords": [
    "discord",
    "discord.js",
    "backup",
    "clone",
    "bot",
    "discord-backup"
  ],
  "author": "PhoDenXanhDev",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/PhoDenXanhDev/discord-backup/issues"
  },
  "homepage": "https://github.com/PhoDenXanhDev/discord-backup/blob/master/README.md",
  "dependencies": {
    "axios": "^1.6.8",
    "discord.js": "^14.2.0"
  },
  "devDependencies": {
    "@types/node": "^18.11.18",
    "prettier": "^2.0.4",
    "tslint": "^6.1.1",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.9.4"
  }
}
