{ "name": "discord.js-selfbot-v13", "version": "2.3.7", "description": "A unofficial discord.js fork for creating selfbots [Based on discord.js v13]", "main": "./src/index.js", "types": "./typings/index.d.ts", "scripts": { "all": "npm run lint:fix && npm run lint:typings:fix && npm run fix:all && npm run build", "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 i && npm run lint:fix && npm run lint:typings:fix && npm run format && npm run docs" }, "files": [ "src", "typings" ], "directories": { "lib": "src", "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/aiko-chan-ai/discord.js-selfbot-v13.git" }, "keywords": [ "discord.js", "discord.js v13", "selfbot", "selfbot v13", "djs", "api", "bot", "node", "discord", "client", "discordapp" ], "author": "aiko-chan-ai", "license": "GNU General Public License v3.0", "bugs": { "url": "https://github.com/aiko-chan-ai/discord.js-selfbot-v13/issues" }, "homepage": "https://github.com/aiko-chan-ai/discord.js-selfbot-v13#readme", "dependencies": { "@aikochan2k6/qrcode-terminal": "^0.12.0", "@discordjs/builders": "^0.15.0", "@discordjs/collection": "^0.7.0", "@discordjs/voice": "^0.10.0", "@sapphire/async-queue": "^1.3.1", "@types/node-fetch": "^2.6.1", "@types/ws": "^8.5.3", "axios": "^0.27.2", "bignumber.js": "^9.0.2", "chalk": "^4.1.2", "discord-api-types": "^0.36.0", "discord-bettermarkdown": "^1.2.0", "form-data": "^4.0.0", "json-bigint": "^1.0.0", "node-fetch": "^2.6.1", "safe-base64": "^2.0.1-0", "string_decoder": "^1.3.0", "ws": "^8.8.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.4", "@types/node": "^16.11.12", "conventional-changelog-cli": "^2.2.2", "dtslint": "^4.2.1", "eslint": "^8.15.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.25.3", "eslint-plugin-prettier": "^4.0.0", "husky": "^7.0.4", "is-ci": "^3.0.1", "jest": "^28.1.0", "lint-staged": "^12.1.4", "prettier": "^2.5.1", "tsd": "^0.22.0", "tslint": "^6.1.3", "typescript": "^4.5.4" } }