|
1 | 1 | { |
2 | 2 | "name": "ph-regions", |
3 | | - "version": "1.1.3", |
| 3 | + "version": "1.2.0", |
4 | 4 | "type": "module", |
5 | 5 | "description": "A RESTful API that serves hierarchical location data of the Philippines — including regions, provinces, municipalities, and a randomly generated number of barangays per municipality.", |
6 | 6 | "main": "dist/server.js", |
|
14 | 14 | "transpile:noemit": "tsc -p tsconfig.json --noEmit", |
15 | 15 | "docs:swagger": "tsx ./src/scripts/copyFiles/main.ts", |
16 | 16 | "docs:gen": "tsx --import ./src/scripts/openapi/zod-extend.ts ./src/scripts/openapi/main.ts", |
17 | | - "docs:build": "npm run docs:gen && redocly build-docs ./public/openapi.yaml -o public/index.html", |
| 17 | + "docs:build": "npm run docs:gen && redocly build-docs ./public/openapi.yaml -o public/docs/redoc/index.html", |
18 | 18 | "build": "npm run transpile && npm run docs:build && npm run docs:swagger", |
19 | 19 | "watch": "tsc -p tsconfig.json --watch", |
20 | 20 | "lint": "eslint \"src/**/*.ts\" *.mjs", |
|
33 | 33 | "dotenv": "^17.4.2", |
34 | 34 | "express": "^5.2.1", |
35 | 35 | "express-rate-limit": "^8.3.2", |
36 | | - "mongoose": "^9.4.1", |
| 36 | + "mongoose": "^9.5.0", |
37 | 37 | "swagger-ui-express": "^5.0.1", |
38 | 38 | "zod": "^4.3.6" |
39 | 39 | }, |
40 | 40 | "devDependencies": { |
41 | 41 | "@asteasolutions/zod-to-openapi": "^8.5.0", |
42 | 42 | "@eslint/js": "^10.0.1", |
43 | | - "@redocly/cli": "^2.28.1", |
| 43 | + "@redocly/cli": "^2.29.1", |
44 | 44 | "@types/cookie-parser": "^1.4.10", |
45 | 45 | "@types/cors": "^2.8.19", |
46 | 46 | "@types/express": "^5.0.6", |
|
52 | 52 | "tsc-alias": "^1.8.16", |
53 | 53 | "tsx": "^4.21.0", |
54 | 54 | "typescript": "^6.0.3", |
55 | | - "typescript-eslint": "^8.58.2", |
| 55 | + "typescript-eslint": "^8.59.0", |
56 | 56 | "yaml": "^2.8.3" |
57 | 57 | } |
58 | 58 | } |
0 commit comments