2022-03-19 10:37:45 +00:00
|
|
|
{
|
|
|
|
"name": "discord.js-selfbot-v13",
|
2022-12-01 11:29:08 +00:00
|
|
|
"version": "2.9.9",
|
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-10-21 11:53:09 +00:00
|
|
|
"all": "npm run build && npm publish",
|
2022-06-06 04:21:36 +00:00
|
|
|
"test": "npm run lint:all && npm run docs:test && npm run test:typescript",
|
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",
|
2022-04-16 10:44:43 +00:00
|
|
|
"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",
|
2022-04-16 10:44:43 +00:00
|
|
|
"format": "prettier --write src/**/*.js typings/**/*.ts",
|
2022-04-29 05:35:28 +00:00
|
|
|
"lint:all": "npm run lint && npm run lint:typings",
|
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",
|
2022-07-12 12:30:18 +00:00
|
|
|
"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": {
|
2022-07-22 03:58:56 +00:00
|
|
|
"@aikochan2k6/qrcode-terminal": "^0.12.1",
|
2022-10-14 11:12:47 +00:00
|
|
|
"@discordjs/builders": "^1.3.0",
|
|
|
|
"@discordjs/collection": "^1.2.0",
|
2022-10-15 05:26:52 +00:00
|
|
|
"@discordjs/voice": "^0.13.0",
|
2022-08-20 14:52:04 +00:00
|
|
|
"@sapphire/async-queue": "^1.5.0",
|
2022-10-14 11:12:47 +00:00
|
|
|
"@sapphire/shapeshift": "^3.7.0",
|
2022-07-15 10:26:25 +00:00
|
|
|
"@types/node-fetch": "^2.6.2",
|
2022-04-29 05:35:28 +00:00
|
|
|
"@types/ws": "^8.5.3",
|
2022-11-23 17:20:32 +00:00
|
|
|
"axios": "1.1",
|
2022-08-09 03:43:30 +00:00
|
|
|
"bignumber.js": "^9.1.0",
|
2022-03-21 03:56:51 +00:00
|
|
|
"chalk": "^4.1.2",
|
2022-11-23 15:09:24 +00:00
|
|
|
"discord-api-types": "^0.37.19",
|
2022-03-19 10:37:45 +00:00
|
|
|
"form-data": "^4.0.0",
|
2022-03-20 12:08:18 +00:00
|
|
|
"json-bigint": "^1.0.0",
|
2022-03-24 10:55:32 +00:00
|
|
|
"node-fetch": "^2.6.1",
|
2022-08-29 04:10:47 +00:00
|
|
|
"proxy-agent": "^5.0.0",
|
2022-05-03 05:29:10 +00:00
|
|
|
"safe-base64": "^2.0.1-0",
|
|
|
|
"string_decoder": "^1.3.0",
|
2022-09-28 12:40:46 +00:00
|
|
|
"string-similarity": "^4.0.4",
|
2022-11-09 13:18:13 +00:00
|
|
|
"ws": "^8.11.0"
|
2022-03-19 10:37:45 +00:00
|
|
|
},
|
|
|
|
"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-11-23 15:09:24 +00:00
|
|
|
"eslint": "^8.28.0",
|
2022-04-16 10:54:24 +00:00
|
|
|
"eslint-config-prettier": "^8.3.0",
|
|
|
|
"eslint-plugin-import": "^2.25.3",
|
2022-08-20 10:59:29 +00:00
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
2022-04-16 10:54:24 +00:00
|
|
|
"husky": "^7.0.4",
|
|
|
|
"is-ci": "^3.0.1",
|
2022-07-15 10:26:25 +00:00
|
|
|
"jest": "^28.1.3",
|
2022-04-16 10:54:24 +00:00
|
|
|
"lint-staged": "^12.1.4",
|
2022-11-23 15:09:24 +00:00
|
|
|
"prettier": "^2.8.0",
|
2022-10-14 11:12:47 +00:00
|
|
|
"tsd": "^0.24.1",
|
2022-04-16 10:54:24 +00:00
|
|
|
"tslint": "^6.1.3",
|
2022-11-23 15:09:24 +00:00
|
|
|
"typescript": "^4.9.3"
|
2022-03-19 10:37:45 +00:00
|
|
|
}
|
2022-03-19 12:06:13 +00:00
|
|
|
}
|