diff options
Diffstat (limited to '')
-rw-r--r-- | package.json | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/package.json b/package.json index ca6b319..081c541 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,11 @@ { "name": "shulker", - "version": "1.0.0", + "version": "2.0.0", "description": "A Discord to Minecraft Chat Gateway", "main": "index.js", "scripts": { "start": "node index.js", - "lint": "jshint *.js", - "test": "npm run lint" + "test": "standard" }, "repository": { "type": "git", @@ -23,10 +22,12 @@ }, "homepage": "https://github.com/destruc7i0n/shulker#readme", "dependencies": { - "discord.js": "^11.0.0", - "express": "^4.13.3" + "axios": "^0.18.0", + "discord.js": "^11.4.2", + "emoji-strip": "^1.0.1", + "express": "^4.16.4" }, "devDependencies": { - "jshint": "^2.9.1-rc2" + "standard": "^12.0.1" } } |