community-relations/package.json

65 lines
1.9 KiB
JSON
Raw Normal View History

2020-04-14 13:15:33 -04:00
{
2021-02-02 01:45:03 -05:00
"name": "loccr",
2020-04-14 13:15:33 -04:00
"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",
2021-02-02 01:45:03 -05:00
"author": "Matthew R, AD, FSEN <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-11-30 22:59:04 -05:00
"@types/ari-client": "^2.2.2",
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",
2021-03-05 22:41:01 -05:00
"@types/node": "^14.14.25",
2020-06-15 21:34:11 -04:00
"@types/nodemailer": "^6.4.0",
2021-03-05 22:41:01 -05:00
"@types/puppeteer": "^5.4.3",
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",
2021-03-05 22:41:01 -05:00
"eslint": "^7.19.0",
2020-04-14 13:15:33 -04:00
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
2021-02-02 01:45:03 -05:00
"tslib": "^2.1.0",
2020-05-13 18:20:00 -04:00
"typescript": "^3.9.2"
2020-04-14 13:15:33 -04:00
},
"dependencies": {
2020-11-30 19:51:20 -05:00
"@google-cloud/text-to-speech": "^3.1.2",
"ari-client": "^2.2.0",
2020-12-02 00:23:58 -05:00
"asterisk-manager": "^0.1.16",
2021-03-05 22:41:01 -05:00
"awesome-phonenumber": "^2.45.0",
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",
2021-03-05 22:41:01 -05:00
"bull": "^3.20.1",
2020-12-24 21:49:39 -05:00
"cheerio": "^1.0.0-rc.5",
2020-11-01 19:46:28 -05:00
"cron": "^1.8.2",
2021-03-05 22:41:01 -05:00
"eris": "^0.14.0",
"eris-pagination": "github: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",
2021-03-05 22:41:01 -05:00
"mongoose": "^5.11.15",
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-12-26 06:58:23 -05:00
"puppeteer": "^5.5.0",
2020-12-01 21:58:11 -05:00
"sd-notify": "^2.8.0",
2020-04-14 21:34:18 -04:00
"signale": "^1.4.0",
2021-02-02 01:45:03 -05:00
"stock-info": "^1.2.0",
2020-11-08 04:34:49 -05:00
"stripe": "^8.120.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
}
}