discord.js-selfbot-v13/package.json

111 lines
3.2 KiB
JSON
Raw Normal View History

2022-03-19 10:37:45 +00:00
{
"name": "discord.js-selfbot-v13",
"version": "2.0.1",
2022-03-19 10:37:45 +00:00
"description": "A unofficial discord.js fork for creating selfbots [Based on discord.js v13]",
"main": "./src/index.js",
"types": "./typings/index.d.ts",
2022-03-19 12:06:13 +00:00
"scripts": {
2022-05-06 14:17:20 +00:00
"test": "npm run lint:all && npm run lint:typings && npm run docs:test",
2022-05-14 08:06:15 +00:00
"fix:all": "npm run lint:fix && npm run lint:typings:fix && npm run format",
2022-05-06 14:17:20 +00:00
"test:typescript": "tsc --noEmit && tsd",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:typings": "tslint typings/index.d.ts",
2022-04-16 12:01:05 +00:00
"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",
2022-05-06 14:17:20 +00:00
"checkup": "node update.mjs",
2022-05-06 15:28:51 +00:00
"docs": "docgen --source src --custom docs/index.yml --output docs/main.json",
2022-05-11 13:19:04 +00:00
"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"
2022-03-19 12:06:13 +00:00
},
2022-03-19 10:37:45 +00:00
"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",
2022-03-19 10:52:50 +00:00
"discord.js v13",
2022-03-19 10:37:45 +00:00
"selfbot",
2022-03-19 10:52:50 +00:00
"selfbot v13",
2022-03-19 10:37:45 +00:00
"djs",
"api",
"bot",
2022-03-26 13:55:05 +00:00
"node",
"discord",
"client",
"discordapp"
2022-03-19 10:37:45 +00:00
],
"author": "aiko-chan-ai",
2022-04-01 05:26:16 +00:00
"license": "GNU General Public License v3.0",
2022-03-19 10:37:45 +00:00
"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": {
"@discordjs/builders": "^0.13.0",
"@discordjs/collection": "^0.6.0",
2022-05-21 13:58:33 +00:00
"@discordjs/voice": "^0.9.0",
"@sapphire/async-queue": "^1.3.1",
"@sapphire/snowflake": "^3.2.2",
"@types/node-fetch": "^2.6.1",
"@types/ws": "^8.5.3",
"ascii-table": "^0.0.9",
"axios": "^0.27.2",
2022-03-26 15:22:50 +00:00
"bignumber.js": "^9.0.2",
"bufferutil": "^4.0.6",
"chalk": "^4.1.2",
"discord-api-types": "^0.33.0",
2022-05-14 08:06:15 +00:00
"discord-bettermarkdown": "^1.2.0",
"discord-rpc-contructor": "^1.1.5",
2022-05-14 08:06:15 +00:00
"discord.js": "^13.7.0",
2022-03-19 10:37:45 +00:00
"form-data": "^4.0.0",
"i": "^0.3.7",
"json-bigint": "^1.0.0",
2022-03-20 07:25:53 +00:00
"lodash": "^4.17.21",
2022-03-19 10:37:45 +00:00
"lodash.snakecase": "^4.1.1",
"node-fetch": "^2.6.1",
2022-05-14 08:06:15 +00:00
"npm": "^8.10.0",
2022-05-03 05:29:10 +00:00
"qrcode-terminal": "^0.12.0",
"safe-base64": "^2.0.1-0",
"string_decoder": "^1.3.0",
2022-03-28 13:46:18 +00:00
"string-similarity": "^4.0.4",
2022-05-14 08:06:15 +00:00
"undici": "^5.2.0",
"utf-8-validate": "^5.0.9",
2022-03-19 10:37:45 +00:00
"ws": "^8.5.0"
},
"engines": {
2022-03-26 13:55:05 +00:00
"node": ">=16.6.0",
2022-03-19 10:37:45 +00:00
"npm": ">=7.0.0"
2022-03-19 12:06:13 +00:00
},
"devDependencies": {
2022-04-16 10:54:24 +00:00
"@commitlint/cli": "^16.0.1",
"@commitlint/config-angular": "^16.0.0",
2022-05-06 14:17:20 +00:00
"@discordjs/docgen": "^0.11.1",
2022-04-16 10:54:24 +00:00
"@favware/npm-deprecate": "^1.0.4",
"@types/node": "^16.11.12",
"conventional-changelog-cli": "^2.2.2",
"dtslint": "^4.2.1",
2022-05-14 08:06:15 +00:00
"eslint": "^8.15.0",
2022-04-16 10:54:24 +00:00
"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",
2022-05-14 08:06:15 +00:00
"jest": "^28.1.0",
2022-04-16 10:54:24 +00:00
"lint-staged": "^12.1.4",
"prettier": "^2.5.1",
"tsd": "^0.20.0",
2022-04-16 10:54:24 +00:00
"tslint": "^6.1.3",
"typescript": "^4.5.4"
2022-03-19 10:37:45 +00:00
}
2022-03-19 12:06:13 +00:00
}