community-relations/package.json

41 lines
1.2 KiB
JSON
Raw Normal View History

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",
"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",
"@types/helmet": "^0.0.46",
2020-04-15 15:11:46 -04:00
"@types/mongoose": "^5.7.10",
2020-04-14 13:15:33 -04:00
"@types/node": "^13.11.0",
2020-04-14 21:34:18 -04:00
"@types/signale": "^1.4.1",
2020-04-15 15:11:46 -04:00
"@types/uuid": "^7.0.2",
2020-04-14 13:15:33 -04:00
"@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": {
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-01 01:46:13 -04:00
"eris-pagination": "bsian03/eris-pagination#dev",
2020-05-05 19:14:17 -04:00
"express": "^4.17.1",
"helmet": "^3.22.0",
2020-04-14 19:01:52 -04:00
"moment": "^2.24.0",
2020-04-15 15:11:46 -04:00
"mongoose": "^5.9.9",
2020-04-14 21:34:18 -04:00
"signale": "^1.4.0",
2020-04-15 15:11:46 -04:00
"uuid": "^7.0.3",
2020-04-14 13:15:33 -04:00
"yaml": "^1.8.3"
}
}