22
package.json
22
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "discord.js-selfbot-v13",
|
||||
"version": "1.3.93",
|
||||
"version": "1.3.94",
|
||||
"description": "A unofficial discord.js fork for creating selfbots [Based on discord.js v13]",
|
||||
"main": "./src/index.js",
|
||||
"types": "./typings/index.d.ts",
|
||||
@@ -11,7 +11,8 @@
|
||||
"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"
|
||||
"lint:all": "npm run lint && npm run lint:typings",
|
||||
"checkup": "node update.mjs"
|
||||
},
|
||||
"files": [
|
||||
"src",
|
||||
@@ -47,25 +48,28 @@
|
||||
"dependencies": {
|
||||
"@discordjs/builders": "^0.13.0",
|
||||
"@discordjs/collection": "^0.6.0",
|
||||
"@sapphire/async-queue": "^1.3.0",
|
||||
"@sapphire/snowflake": "^3.2.0",
|
||||
"@types/node-fetch": "^2.5.12",
|
||||
"@types/ws": "^8.5.2",
|
||||
"axios": "^0.27.1",
|
||||
"@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",
|
||||
"bignumber.js": "^9.0.2",
|
||||
"bufferutil": "^4.0.6",
|
||||
"chalk": "^4.1.2",
|
||||
"discord-api-types": "^0.32.0",
|
||||
"discord-bettermarkdown": "^1.1.0",
|
||||
"discord-rpc-contructor": "^1.1.1",
|
||||
"discord-rpc-contructor": "^1.1.5",
|
||||
"discord.js": "^13.6.0",
|
||||
"form-data": "^4.0.0",
|
||||
"i": "^0.3.7",
|
||||
"json-bigint": "^1.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
"lodash.snakecase": "^4.1.1",
|
||||
"node-fetch": "^2.6.1",
|
||||
"npm": "^8.8.0",
|
||||
"string-similarity": "^4.0.4",
|
||||
"undici": "^4.15.0",
|
||||
"undici": "^4.16.0",
|
||||
"utf-8-validate": "^5.0.9",
|
||||
"ws": "^8.5.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user