diff options
Diffstat (limited to '')
-rw-r--r-- | package.json | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/package.json b/package.json index baddfdc..1633575 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "shulker", - "version": "3.0.0", + "version": "3.1.0", "description": "A Discord to Minecraft Chat Gateway", "main": "build/index.js", "scripts": { "start": "node build/index.js", "build": "tsc", - "test": "standard" + "type-check": "tsc --noEmit" }, "repository": { "type": "git", @@ -23,18 +23,17 @@ }, "homepage": "https://github.com/destruc7i0n/shulker#readme", "dependencies": { - "axios": "^0.21.0", - "discord.js": "^11.6.1", + "axios": "^0.24.0", + "discord.js": "13.4.0", "emoji-strip": "^1.0.1", "express": "^4.17.1", - "tail": "^2.0.4" + "tail": "^2.2.4" }, "devDependencies": { "@types/emoji-strip": "^1.0.0", - "@types/express": "^4.17.8", - "@types/tail": "^2.0.0", - "standard": "^16.0.1", - "tslint-config-standard": "^9.0.0", - "typescript": "^4.0.5" + "@types/express": "^4.17.13", + "@types/node": "^16.11.12", + "@types/tail": "^2.2.1", + "typescript": "^4.5.3" } } |