{ "name": "loccommunityrelations", "version": "1.0.0", "description": "The official system for handling Community Relations in the LOC Discord server.", "main": "build/main.js", "scripts": { "lint": "eslint -c ./.eslintrc.json src --ext ts" }, "repository": "https://gitlab.libraryofcode.org/engineering/communityrelations.git", "author": "Matthew R ", "license": "AGPL-3.0", "private": false, "devDependencies": { "@types/express": "^4.17.6", "@types/helmet": "^0.0.47", "@types/mongoose": "^5.7.19", "@types/node": "^14.0.1", "@types/nodemailer": "^6.4.0", "@types/signale": "^1.4.1", "@types/uuid": "^7.0.3", "@typescript-eslint/eslint-plugin": "^2.33.0", "@typescript-eslint/parser": "^2.33.0", "eslint": "^7.0.0", "eslint-config-airbnb-base": "^14.1.0", "eslint-plugin-import": "^2.20.2", "typescript": "^3.9.2" }, "dependencies": { "axios": "^0.19.2", "eris": "^0.13.3", "eris-pagination": "bsian03/eris-pagination", "express": "^4.17.1", "helmet": "^3.22.0", "moment": "^2.25.3", "mongoose": "^5.9.13", "nodemailer": "^6.4.8", "pluris": "^0.2.5", "signale": "^1.4.0", "uuid": "^8.0.0", "yaml": "^1.9.2" } }