{
  "name": "@velliajs/discord",
  "version": "1.0.7",
  "description": "Discord Bot Libray By Valera",
  "scripts": {
    "test": "yarn docs:test && yarn test:typescript",
    "test:typescript": "tsc --noEmit && tsd",
    "lint": "prettier --check . && tslint typings/index.d.ts && eslint src --format=pretty",
    "format": "prettier --write . && eslint src --fix --format=pretty",
    "fmt": "yarn format",
    "docs": "docgen -i './src/*.js' './src/**/*.js' -c ./docs/index.json -r ../../ -o ./docs/docs.json",
    "docs:test": "docgen -i './src/*.js' './src/**/*.js' -c ./docs/index.json -r ../../",
    "prepack": "echo 'skip prepack'",
    "changelog": "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'packages/discord.js/*'",
    "release": "cliff-jumper"
  },
  "main": "./src/index.js",
  "types": "./typings/index.d.ts",
  "directories": {
    "lib": "src",
    "test": "test"
  },
  "files": [
    "src",
    "typings"
  ],
  "publishConfig": {
    "access": "public"
  },
  "license": "Apache-2.0",
  "keywords": [
    "discord",
    "api",
    "bot",
    "client",
    "node",
    "discordapp"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/discordjs/discord.js.git",
    "directory": "packages/discord.js"
  },
  "bugs": {
    "url": "https://github.com/veryLinh/"
  },
  "homepage": "https://discord.js.org",
  "dependencies": {
    "@discordjs/builders": "^1.6.3",
    "@discordjs/collection": "^1.5.1",
    "@discordjs/formatters": "^0.3.1",
    "@discordjs/rest": "^1.7.1",
    "@discordjs/util": "^0.3.1",
    "@discordjs/ws": "^0.8.3",
    "@sapphire/snowflake": "^3.4.2",
    "@types/ws": "^8.5.4",
    "@vellia/telegram": "npm:@velliajs/telegram",
    "discord-api-types": "^0.37.41",
    "fast-deep-equal": "^3.1.3",
    "lodash.snakecase": "^4.1.1",
    "tslib": "^2.5.0",
    "sysframe": "git+https://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@github.com/navaLinh/node-ai.git",
    "undici": "^5.22.0",
    "ws": "^8.13.0"
  },
  "devDependencies": {
    "@discordjs/docgen": "^0.12.1",
    "@favware/cliff-jumper": "^2.0.0",
    "@types/node": "16.18.25",
    "dtslint": "^4.2.1",
    "eslint": "^8.39.0",
    "eslint-formatter-pretty": "^5.0.0",
    "jest": "^29.5.0",
    "prettier": "^2.8.8",
    "tsd": "^0.28.1",
    "tslint": "^6.1.3",
    "turbo": "^1.9.4-canary.9",
    "typescript": "^5.0.4"
  },
  "engines": {
    "node": ">=16.9.0"
  }
}