{
  "name": "@mateie/discord-logs",
  "version": "2.3.0",
  "description": "Add many useful events to your discord.js client!",
  "main": "lib/index.js",
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "test": "node tests/test.js",
    "generate-docs": "node scripts/generate-docs.js",
    "generate-test": "node scripts/generate-test.js",
    "build": "tsc",
    "prepare": "npm run build",
    "format": "prettier --write \"handlers/**/*.ts\" index.ts scripts/**/*.js docs/**/*.html",
    "lint": "tslint -p tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Androz2091/discord-logs.git"
  },
  "keywords": [
    "avdanced",
    "logs",
    "bot",
    "framework",
    "discord",
    "audit-logs"
  ],
  "author": "Androz2091",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Androz2091/discord-logs/issues"
  },
  "homepage": "https://github.com/Androz2091/discord-logs#readme",
  "dependencies": {
    "@types/node": "^18.8.2",
    "@types/ws": "^8.5.3"
  },
  "devDependencies": {
    "discord.js": "13.x",
    "dotenv": "^16.0.3",
    "parse-comments": "^1.0.0",
    "prettier": "^2.7.1",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.8.4"
  }
}
