Add Bluepoint logo integration to PDF reports and web navigation

This commit is contained in:
Jon
2025-08-02 15:12:33 -04:00
parent bdc50f9e38
commit 5e8add6cc5
91 changed files with 12640 additions and 15450 deletions

View File

@@ -7,13 +7,8 @@
"dev": "ts-node-dev --respawn --transpile-only --max-old-space-size=8192 --expose-gc src/index.ts",
"build": "tsc && node src/scripts/prepare-dist.js && cp .puppeteerrc.cjs dist/",
"start": "node --max-old-space-size=8192 --expose-gc dist/index.js",
"test": "jest --passWithNoTests",
"test:watch": "jest --watch --passWithNoTests",
"test:gcs": "ts-node src/scripts/test-gcs-integration.ts",
"test:staging": "ts-node src/scripts/test-staging-environment.ts",
"test:integration": "jest --testPathPattern=integration",
"test:unit": "jest --testPathPattern=__tests__",
"test:coverage": "jest --coverage --passWithNoTests",
"setup:gcs": "ts-node src/scripts/setup-gcs-permissions.ts",
"lint": "eslint src --ext .ts",
"lint:fix": "eslint src --ext .ts --fix",
@@ -58,20 +53,15 @@
"@types/bcryptjs": "^2.4.6",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.8",
"@types/jsonwebtoken": "^9.0.5",
"@types/morgan": "^1.9.9",
"@types/node": "^20.9.0",
"@types/pdf-parse": "^1.1.4",
"@types/pg": "^8.10.7",
"@types/supertest": "^2.0.16",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"jest": "^29.7.0",
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.2.2"
}