discord.js-selfbot-v13/package.json

98 lines
2.6 KiB
JSON
Raw Normal View History

2022-03-19 10:37:45 +00:00
{
"name": "discord.js-selfbot-v13",
2022-04-27 13:59:56 +00:00
"version": "1.3.93",
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": {
"test": "echo \"Error: no test specified\" && exit 1",
"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-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-03-19 10:37:45 +00:00
"@sapphire/async-queue": "^1.3.0",
"@sapphire/snowflake": "^3.2.0",
"@types/node-fetch": "^2.5.12",
2022-03-19 10:37:45 +00:00
"@types/ws": "^8.5.2",
"axios": "^0.27.1",
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.32.0",
2022-03-31 13:21:53 +00:00
"discord-bettermarkdown": "^1.1.0",
2022-04-17 13:42:00 +00:00
"discord-rpc-contructor": "^1.1.1",
"discord.js": "^13.6.0",
2022-03-19 10:37:45 +00:00
"form-data": "^4.0.0",
"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-03-28 13:46:18 +00:00
"string-similarity": "^4.0.4",
2022-03-19 10:37:45 +00:00
"undici": "^4.15.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",
"@discordjs/docgen": "^0.11.0",
"@favware/npm-deprecate": "^1.0.4",
"@types/node": "^16.11.12",
"conventional-changelog-cli": "^2.2.2",
"dtslint": "^4.2.1",
"eslint": "^8.5.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.0.1",
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
}