{ "name": "lifeguard", "version": "0.0.1-alpha", "description": "Lifeguard Bot", "main": "build/src/index.js", "repository": "https://gitdab.com/lifeguard/bot.git", "author": "Rauf", "license": "MIT", "devDependencies": { "gts": "^1.1.2", "typescript": "~3.7.0", "@types/node": "^10.0.3" }, "scripts": { "check": "gts check", "clean": "gts clean", "compile": "tsc -p .", "watch": "tsc -w -p .", "fix": "gts fix", "prepare": "npm.cmd run compile", "pretest": "npm.cmd run compile", "posttest": "npm.cmd run check" }, "dependencies": { "discord.js": "^11.5.1" } }