{
  "name": "katsu-sb",
  "version": "1.0.0",
  "description": "Using Discord.js  for a selfbot",
  "main": "./src/index.js",
  "types": "./typings/index.d.ts",
  "scripts": {
    "all": "npm run build && npm publish",
    "test": "npm run lint:all && npm run docs:test && npm run test:typescript",
    "fix:all": "npm run lint:fix && npm run lint:typings:fix && npm run format",
    "test:typescript": "tsc --noEmit && tsd",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "lint:typings": "tslint typings/index.d.ts",
    "lint:typings:fix": "tslint typings/index.d.ts --fix",
    "format": "prettier --write src/**/*.js typings/**/*.ts",
    "lint:all": "npm run lint &&  npm run lint:typings",
    "docs": "docgen --source src --custom docs/index.yml --output docs/main.json",
    "docs:test": "docgen --source src --custom docs/index.yml",
    "build": "npm run lint:fix && npm run lint:typings:fix && npm run format && npm run docs"
  },
  "files": [
    "src",
    "typings"
  ],
  "directories": {
    "lib": "src",
    "test": "test"
  },
  "keywords": [
    "discord.js",
      "selfbot",
    "femboy"
  ],
  "author": "aiko-chan-ai",
  "license": "GNU General Public License v3.0",
  "dependencies": {
    "@discordjs/builders": "^1.6.3",
    "@discordjs/collection": "^1.5.3",
    "@sapphire/async-queue": "^1.5.3",
    "@sapphire/shapeshift": "^3.9.5",
    "discord-api-types": "^0.37.103",
    "fetch-cookie": "^2.1.0",
    "find-process": "^1.4.7",
    "form-data": "^4.0.1",
    "node-fetch": "^2.6.9",
    "prism-media": "^1.3.5",
    "qrcode": "^1.5.4",
    "tough-cookie": "^4.1.4",
    "tree-kill": "^1.2.2",
    "ws": "^8.16.0"
  },
  "engines": {
    "node": ">=16.6.0",
    "npm": ">=7.0.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^16.0.1",
    "@commitlint/config-angular": "^16.0.0",
    "@discordjs/docgen": "^0.11.1",
    "@favware/npm-deprecate": "^1.0.7",
    "@types/node": "^20.14.12",
    "@types/node-fetch": "^2.6.11",
    "@types/ws": "^8.5.10",
    "conventional-changelog-cli": "^2.2.2",
    "dtslint": "^4.2.1",
    "eslint": "^8.39.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-prettier": "^4.2.1",
    "husky": "^7.0.4",
    "is-ci": "^3.0.1",
    "jest": "^28.1.3",
    "lint-staged": "^12.1.4",
    "prettier": "^2.8.8",
    "tsd": "^0.28.1",
    "tslint": "^6.1.3",
    "typescript": "^5.5.4"
  }
}
