{
  "name": "@eazyautodelete/core",
  "version": "3.7.0",
  "description": "🧰 Core Package used by the EazyAutodelete Discord Bot",
  "main": "build/index.js",
  "scripts": {
    "format": "npx prettier --write .",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "lint:typings": "eslint typings/index.d.ts",
    "test": "npm run lint && npm run lint:typings && npm run test:typescript",
    "test:typescript": "tsc",
    "build": "npm run format & tsc",
    "postpublish": "git push --follow-tags origin main",
    "commit:publish": "git push --follow-tags origin main && npm publish"
  },
  "files": [
    "build/*.js",
    "build/**/*.js",
    "build/*.d.ts",
    "build/**/*.d.ts",
    ".npmrc"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eazyautodelete/core.git"
  },
  "typings": "build/index.d.ts",
  "author": {
    "email": "dev@qreepex.xyz",
    "name": "qreepex",
    "url": "https://qreepex.xyz"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/eazyautodelete/core/issues"
  },
  "homepage": "https://github.com/eazyautodelete/core#readme",
  "devDependencies": {
    "@types/glob": "^7.2.0",
    "@types/json5": "^2.2.0",
    "@types/node": "^17.0.23",
    "@typescript-eslint/eslint-plugin": "^5.17.0",
    "@typescript-eslint/parser": "^5.17.0",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^8.12.0",
    "husky": "^7.0.4",
    "lint-staged": "^12.3.7",
    "prettier": "^2.6.1",
    "standard-version": "^9.5.0",
    "typescript": "^4.6.3"
  },
  "dependencies": {
    "@discordjs/rest": "^0.5.0",
    "@eazyautodelete/bot-utils": "^1.0.12",
    "@eazyautodelete/db-client": "^1.4.0",
    "@eazyautodelete/logger": "^1.0.3",
    "@eazyautodelete/translator": "^1.3.7",
    "axios": "^0.24.0",
    "discord-api-types": "^0.30.0",
    "discord.js": "^13.10.3"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  }
}
