{
  "name": "channel-backup",
  "version": "1.2.5",
  "description": "A command line / actions tool to help Community Managers keep their information channels updated.",
  "exports": "./src/index.js",
  "repository": "https://github.com/TinkerStorm/channel-backup.git",
  "author": "Junior <sudojunior@outlook.com>",
  "license": "MIT",
  "type": "module",
  "scripts": {
    "lint": "xo",
    "format": "xo --fix"
  },
  "bin": {
    "channel-backup": "./src/cli.js"
  },
  "dependencies": {
    "discord-microhook": "^1.0.5",
    "globby": "13.1.2",
    "meow": "10.1.3",
    "node-fetch": "3.2.10",
    "yaml": "2.1.1"
  },
  "devDependencies": {
    "xo": "0.52.3"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "keywords": [
    "discord"
  ],
  "xo": {
    "rules": {
      "no-await-in-loop": "off",
      "unicorn/no-process-exit": "off"
    }
  }
}
