Throw Error
This commit is contained in:
13
package.json
13
package.json
@@ -1,9 +1,12 @@
|
||||
{
|
||||
"name": "discord.js-selfbot-v13",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "A unofficial discord.js fork for creating selfbots [Based on discord.js v13]",
|
||||
"main": "./src/index.js",
|
||||
"types": "./typings/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"files": [
|
||||
"src",
|
||||
"typings"
|
||||
@@ -41,7 +44,6 @@
|
||||
"@sapphire/async-queue": "^1.3.0",
|
||||
"@sapphire/snowflake": "^3.2.0",
|
||||
"@types/ws": "^8.5.2",
|
||||
"crypto": "^1.0.1",
|
||||
"discord-api-types": "^0.27.3",
|
||||
"form-data": "^4.0.0",
|
||||
"lodash.snakecase": "^4.1.1",
|
||||
@@ -52,5 +54,10 @@
|
||||
"engines": {
|
||||
"node": ">=16.9.0",
|
||||
"npm": ">=7.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.11.0",
|
||||
"prettier": "^2.6.0",
|
||||
"tslint": "^6.1.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user