{
  "name": "loggy-discord",
  "version": "1.0.2",
  "description": "A simple package that allows you to put your logs on your Discord server.",
  "main": "loggy.js",
  "scripts": {
    "start": "node example.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jkergal/loggy.git"
  },
  "author": "Johann Kergal",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/jkergal/loggy/issues"
  },
  "homepage": "https://github.com/jkergal/loggy#readme",
  "dependencies": {
    "discord.js": "^13.7.0",
    "dotenv": "^16.0.1"
  }
}
