feat(F-048): completed feature

This commit is contained in:
chattie
2026-08-19 07:17:14 +02:00
parent 8ee1938af9
commit 835ab66eda
187 changed files with 12361 additions and 1065 deletions

View File

@@ -3,14 +3,14 @@
"version": "0.1.0",
"private": true,
"type": "module",
"description": "MercadoDeVida vNext backend - modular monolith skeleton",
"description": "mercadodevida vNext backend - modular monolith skeleton",
"engines": {
"node": ">=22"
},
"scripts": {
"build": "tsc -p tsconfig.build.json",
"start": "node --env-file=.env dist/infrastructure/http/server.js",
"lint": "eslint . && prettier --check .",
"lint": "eslint src scripts migrations && prettier --check src scripts migrations",
"lint:boundaries": "node scripts/check-module-boundaries.mjs src",
"typecheck": "tsc -p tsconfig.json --noEmit",
"test": "vitest run",
@@ -24,6 +24,8 @@
"dependencies": {
"@fastify/cookie": "^11.1.2",
"@fastify/cors": "^11.3.0",
"@fastify/swagger": "^9.8.1",
"@fastify/swagger-ui": "^6.1.1",
"argon2": "^0.45.1",
"fastify": "^5.2.0",
"node-pg-migrate": "^9.0.0",