{ "name": "loccommunityrelations", "version": "1.0.0", "description": "The official system for handling Community Relations in the LOC Discord server.", "main": "dist/client.js", "repository": "https://gitlab.libraryofcode.org/engineering/communityrelations.git", "author": "Matthew R ", "license": "MIT", "private": false, "devDependencies": { "@types/node": "^13.11.0", "@types/yaml": "^1.2.0", "@typescript-eslint/eslint-plugin": "^2.27.0", "@typescript-eslint/parser": "^2.27.0", "eslint": "^6.8.0", "eslint-config-airbnb-base": "^14.1.0", "eslint-plugin-import": "^2.20.2", "typescript": "^3.8.3" }, "dependencies": { "eris": "^0.11.2", "moment": "^2.24.0", "mongoose": "^5.9.7", "yaml": "^1.8.3" } }