{ "name": "shulker", "version": "2.0.0", "description": "A Discord to Minecraft Chat Gateway", "main": "index.js", "scripts": { "start": "node index.js", "test": "standard" }, "repository": { "type": "git", "url": "git+https://github.com/destruc7i0n/shulker.git" }, "keywords": [ "Discord", "Bot" ], "author": "destruc7i0n", "license": "ISC", "bugs": { "url": "https://github.com/destruc7i0n/shulker/issues" }, "homepage": "https://github.com/destruc7i0n/shulker#readme", "dependencies": { "axios": "^0.18.0", "discord.js": "^11.4.2", "emoji-strip": "^1.0.1", "express": "^4.16.4" }, "devDependencies": { "standard": "^12.0.1" } }