|
15 | 15 | "scripts": { |
16 | 16 | "start": "node build/src/index.js", |
17 | 17 | "prepack": "npm run compile", |
18 | | - "compile": "npm run clean && tsc --build tsconfig.json tsconfig.esm.json tsconfig.esnext.json && npm run generate:exports", |
| 18 | + "compile": "npm run clean && tsc --build tsconfig.json tsconfig.esm.json tsconfig.esnext.json", |
19 | 19 | "clean": "tsc --build --clean tsconfig.json tsconfig.esm.json tsconfig.esnext.json", |
20 | 20 | "lint": "eslint src tests", |
21 | 21 | "lint:fix": "eslint --fix src tests", |
|
50 | 50 | "catbee" |
51 | 51 | ], |
52 | 52 | "dependencies": { |
53 | | - "pino": "^9.7.0" |
| 53 | + "pino": "^9.7.0", |
| 54 | + "pino-pretty": "^13.1.1" |
54 | 55 | }, |
55 | 56 | "devDependencies": { |
| 57 | + "@scalar/express-api-reference": "^0.8.15", |
| 58 | + "@types/compression": "^1.8.1", |
| 59 | + "@types/cookie-parser": "^1.4.9", |
| 60 | + "@types/cors": "^2.8.19", |
56 | 61 | "@types/express": "^5.0.3", |
| 62 | + "@types/express-rate-limit": "^6.0.2", |
| 63 | + "@types/helmet": "^0.0.48", |
57 | 64 | "@types/jest": "^30.0.0", |
58 | 65 | "@types/node": "^24.2.0", |
| 66 | + "@types/supertest": "^6.0.3", |
59 | 67 | "@typescript-eslint/eslint-plugin": "^8.39.0", |
60 | 68 | "@typescript-eslint/parser": "^8.39.0", |
61 | 69 | "abort-controller": "^3.0.0", |
| 70 | + "compression": "^1.8.1", |
| 71 | + "cookie-parser": "^1.4.7", |
| 72 | + "cors": "^2.8.5", |
62 | 73 | "cross-env": "^10.0.0", |
63 | 74 | "eslint": "^9.32.0", |
64 | 75 | "eslint-config-prettier": "^10.1.8", |
65 | 76 | "eslint-plugin-n": "^17.21.3", |
66 | 77 | "eslint-plugin-node": "^11.1.0", |
67 | 78 | "eslint-plugin-prettier": "^5.5.3", |
| 79 | + "express": "^5.1.0", |
| 80 | + "helmet": "^8.1.0", |
68 | 81 | "jest": "^30.0.5", |
69 | 82 | "jest-junit": "^16.0.0", |
70 | 83 | "jest-sonar-reporter": "^2.0.0", |
71 | | - "pino-pretty": "^13.1.1", |
72 | 84 | "prettier": "^3.6.2", |
| 85 | + "prom-client": "^15.1.3", |
73 | 86 | "reflect-metadata": "^0.2.2", |
| 87 | + "supertest": "^7.1.4", |
74 | 88 | "ts-jest": "^29.4.1", |
75 | 89 | "typescript": "^5.9.2", |
76 | 90 | "typescript-eslint": "^8.39.0" |
|
0 commit comments