This commit is contained in:
Darren Clarke 2024-03-16 12:51:56 +01:00
parent c095fa7042
commit 43bfdaa1e3
186 changed files with 276 additions and 37155 deletions

View file

@ -14,8 +14,8 @@
"html-to-text": "^9.0.5",
"node-fetch": "^3",
"pg-promise": "^11.5.4",
"remeda": "^1.46.2",
"twilio": "^4.23.0"
"remeda": "^1.50.1",
"twilio": "^5.0.1"
},
"devDependencies": {
"@babel/core": "7.24.0",
@ -31,8 +31,8 @@
"pino-pretty": "^10.3.1",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"typedoc": "^0.25.11",
"typescript": "^5.3.3"
"typedoc": "^0.25.12",
"typescript": "^5.4.2"
},
"nodemonConfig": {
"ignore": [

View file

@ -1,5 +1,5 @@
{
"extends": "tsconfig-link",
"extends": "tsconfig",
"compilerOptions": {
"outDir": "build/main",
"esModuleInterop": true,