|
1 | 1 | { |
2 | 2 | "name": "openapi-ui-k8s-bff", |
3 | | - "version": "0.0.1", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "", |
5 | 5 | "main": "dist/index.js", |
| 6 | + "type": "module", |
6 | 7 | "scripts": { |
7 | | - "build": "npx tsc --noEmit false && tsc-alias", |
| 8 | + "build": "tsup", |
8 | 9 | "start": "node dist/index.js", |
9 | 10 | "dev:prod": "cross-env PORT=4002 ts-node -r tsconfig-paths/register dist/index.js", |
10 | | - "dev": "cross-env DEVELOPMENT=TRUE PORT=4002 nodemon --watch \"src/**\" --ext \"ts,json\" --ignore \"src/**/*.spec.ts\" --exec \"ts-node -r tsconfig-paths/register src/index.ts\"", |
| 11 | + "dev": "cross-env DEVELOPMENT=TRUE PORT=4002 tsx watch src/index.ts", |
11 | 12 | "tsc": "tsc --project tsconfig.json", |
12 | 13 | "lint:js": "eslint", |
13 | 14 | "lint": "npm run lint:js && npm run tsc", |
|
23 | 24 | "dotenv": "16.4.5", |
24 | 25 | "express": "4.19.2", |
25 | 26 | "express-healthcheck": "0.1.0", |
26 | | - "express-prom-bundle": "8.0.0", |
| 27 | + "express-prometheus-middleware": "1.2.0", |
27 | 28 | "express-winston": "4.2.0", |
28 | 29 | "express-ws": "5.0.2", |
29 | 30 | "jsonpath": "1.1.1", |
30 | 31 | "lodash": "4.17.21", |
31 | | - "node-cache": "^5.1.2", |
| 32 | + "node-cache": "5.1.2", |
32 | 33 | "openapi-types": "12.1.3", |
33 | | - "prom-client": "15.1.3", |
34 | 34 | "swagger-autogen": "2.23.7", |
35 | 35 | "swagger-ui-express": "5.0.1", |
36 | 36 | "uuid": "10.0.0", |
37 | 37 | "winston": "3.17.0" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
| 40 | + "@types/cookie": "0.6.0", |
40 | 41 | "@types/cors": "2.8.17", |
41 | 42 | "@types/express": "4.17.21", |
42 | 43 | "@types/express-ws": "3.0.5", |
43 | 44 | "@types/jsonpath": "0.2.4", |
44 | 45 | "@types/lodash": "4.17.19", |
45 | 46 | "@types/node": "20.14.2", |
46 | 47 | "@types/uuid": "10.0.0", |
47 | | - "@types/ws": "8.18.1", |
| 48 | + "builtin-modules": "5.0.0", |
48 | 49 | "cross-env": "7.0.3", |
49 | 50 | "eslint-config-prettier": "9.0.0", |
50 | 51 | "eslint-plugin-import": "2.28.1", |
51 | 52 | "eslint-plugin-prettier": "5.0.0", |
52 | 53 | "nodemon": "3.1.3", |
53 | 54 | "prettier": "3.0.2", |
54 | 55 | "ts-node": "10.9.2", |
55 | | - "tsc-alias": "1.8.16", |
56 | 56 | "tsconfig-paths": "4.2.0", |
| 57 | + "tsup": "8.5.0", |
| 58 | + "tsx": "4.20.6", |
57 | 59 | "typescript": "5.4.5", |
58 | 60 | "typescript-eslint": "8.1.0" |
59 | 61 | } |
|
0 commit comments