{ "name": "shulker", "version": "1.0.0", "description": "A Discord to Minecraft Chat Gateway", "main": "index.js", "scripts": { "start": "node index.js", "lint": "jshint *.js", "test": "npm run lint" }, "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": { "discord.js": "^5.3.2", "express": "^4.13.3", "rcon": "^1.0.1" }, "devDependencies": { "jshint": "^2.9.1-rc2" } }