2020-04-14 13:15:33 -04:00
|
|
|
{
|
|
|
|
"name": "loccommunityrelations",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "The official system for handling Community Relations in the LOC Discord server.",
|
2020-04-14 23:55:54 -04:00
|
|
|
"main": "build/main.js",
|
2020-05-03 14:58:50 -04:00
|
|
|
"scripts": {
|
|
|
|
"lint": "eslint -c ./.eslintrc.json src --ext ts"
|
|
|
|
},
|
2020-04-14 13:15:33 -04:00
|
|
|
"repository": "https://gitlab.libraryofcode.org/engineering/communityrelations.git",
|
|
|
|
"author": "Matthew R <matthew@staff.libraryofcode.org>",
|
2020-04-14 23:55:54 -04:00
|
|
|
"license": "AGPL-3.0",
|
2020-04-14 13:15:33 -04:00
|
|
|
"private": false,
|
|
|
|
"devDependencies": {
|
2020-10-29 01:36:05 -04:00
|
|
|
"@types/bull": "^3.14.4",
|
2020-11-01 19:46:28 -05:00
|
|
|
"@types/cron": "^1.7.2",
|
2020-05-05 19:14:17 -04:00
|
|
|
"@types/express": "^4.17.6",
|
2020-05-13 18:20:00 -04:00
|
|
|
"@types/helmet": "^0.0.47",
|
2020-09-21 02:54:22 -04:00
|
|
|
"@types/jsonwebtoken": "^8.5.0",
|
2020-11-05 02:53:12 -05:00
|
|
|
"@types/mathjs": "^6.0.7",
|
2020-05-13 18:20:00 -04:00
|
|
|
"@types/mongoose": "^5.7.19",
|
|
|
|
"@types/node": "^14.0.1",
|
2020-06-15 21:34:11 -04:00
|
|
|
"@types/nodemailer": "^6.4.0",
|
2020-04-14 21:34:18 -04:00
|
|
|
"@types/signale": "^1.4.1",
|
2020-05-13 18:20:00 -04:00
|
|
|
"@types/uuid": "^7.0.3",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^2.33.0",
|
|
|
|
"@typescript-eslint/parser": "^2.33.0",
|
|
|
|
"eslint": "^7.0.0",
|
2020-04-14 13:15:33 -04:00
|
|
|
"eslint-config-airbnb-base": "^14.1.0",
|
|
|
|
"eslint-plugin-import": "^2.20.2",
|
2020-05-13 18:20:00 -04:00
|
|
|
"typescript": "^3.9.2"
|
2020-04-14 13:15:33 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-04-15 15:11:46 -04:00
|
|
|
"axios": "^0.19.2",
|
2020-09-29 02:43:24 -04:00
|
|
|
"body-parser": "^1.19.0",
|
2020-09-27 02:11:26 -04:00
|
|
|
"brain.js": "^2.0.0-beta.2",
|
2020-10-29 01:36:05 -04:00
|
|
|
"bull": "^3.18.1",
|
2020-11-01 19:46:28 -05:00
|
|
|
"cron": "^1.8.2",
|
2020-07-28 14:22:41 -04:00
|
|
|
"eris": "^0.13.3",
|
2020-05-13 18:20:00 -04:00
|
|
|
"eris-pagination": "bsian03/eris-pagination",
|
2020-05-05 19:14:17 -04:00
|
|
|
"express": "^4.17.1",
|
|
|
|
"helmet": "^3.22.0",
|
2020-09-21 02:54:22 -04:00
|
|
|
"jsonwebtoken": "^8.5.1",
|
2020-11-05 02:53:12 -05:00
|
|
|
"mathjs": "^7.6.0",
|
2020-05-13 18:20:00 -04:00
|
|
|
"moment": "^2.25.3",
|
|
|
|
"mongoose": "^5.9.13",
|
2020-06-15 21:34:11 -04:00
|
|
|
"nodemailer": "^6.4.8",
|
2020-07-28 14:22:41 -04:00
|
|
|
"pluris": "^0.2.5",
|
2020-04-14 21:34:18 -04:00
|
|
|
"signale": "^1.4.0",
|
2020-05-13 18:20:00 -04:00
|
|
|
"uuid": "^8.0.0",
|
|
|
|
"yaml": "^1.9.2"
|
2020-04-14 13:15:33 -04:00
|
|
|
}
|
|
|
|
}
|