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-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",
|
|
|
|
"@types/mongoose": "^5.7.19",
|
|
|
|
"@types/node": "^14.0.1",
|
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-04-17 09:45:18 -04:00
|
|
|
"eris": "bsian03/eris#bsian",
|
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-05-13 18:20:00 -04:00
|
|
|
"moment": "^2.25.3",
|
|
|
|
"mongoose": "^5.9.13",
|
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
|
|
|
}
|
|
|
|
}
|