Initial commit - Horux Despachos NL

This commit is contained in:
2026-05-03 16:47:53 -06:00
commit b00b677c54
647 changed files with 133843 additions and 0 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "horux360",
"private": true,
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"lint": "turbo run lint",
"test": "turbo run test",
"db:generate": "turbo run db:generate",
"db:push": "turbo run db:push",
"db:migrate": "turbo run db:migrate",
"db:seed": "turbo run db:seed",
"legal:sync": "pnpm --filter @horux/api legal:sync",
"email:preview": "pnpm --filter @horux/api email:preview"
},
"devDependencies": {
"pg": "^8.18.0",
"turbo": "^2.3.0",
"typescript": "^5.3.0"
},
"author": "Carlos e Ivan (Horux 360)",
"packageManager": "pnpm@9.0.0",
"engines": {
"node": ">=20.0.0"
}
}