Uecko_ERP/modules/factuges/package.json

36 lines
942 B
JSON
Raw Normal View History

2025-09-26 15:00:11 +00:00
{
2026-03-16 17:45:45 +00:00
"name": "@erp/factuges",
2026-05-05 11:34:36 +00:00
"version": "0.6.5",
2025-10-30 18:26:57 +00:00
"private": true,
"type": "module",
"sideEffects": false,
"scripts": {
"typecheck": "tsc -p tsconfig.json --noEmit",
2026-05-05 11:34:36 +00:00
"check": "biome check .",
"lint": "biome lint .",
2025-10-30 18:26:57 +00:00
"clean": "rimraf .turbo node_modules dist"
},
2025-09-26 15:00:11 +00:00
"exports": {
2026-03-16 17:45:45 +00:00
".": "./src/common/index.ts",
"./common": "./src/common/index.ts",
2025-09-26 15:00:11 +00:00
"./api": "./src/api/index.ts"
},
2025-10-30 18:26:57 +00:00
"devDependencies": {
2026-04-15 10:23:59 +00:00
"@types/express": "^4.17.21",
2026-04-12 10:06:32 +00:00
"typescript": "^6.0.2"
2025-10-30 18:26:57 +00:00
},
2025-09-26 15:00:11 +00:00
"dependencies": {
"@erp/auth": "workspace:*",
"@erp/core": "workspace:*",
2026-03-16 17:45:45 +00:00
"@erp/customer-invoices": "workspace:*",
2026-04-12 10:06:32 +00:00
"@erp/customers": "workspace:*",
2026-03-16 17:45:45 +00:00
"@repo/i18next": "workspace:*",
2025-09-26 15:00:11 +00:00
"@repo/rdx-criteria": "workspace:*",
2026-03-16 17:45:45 +00:00
"@repo/rdx-ddd": "workspace:*",
"@repo/rdx-logger": "workspace:*",
2025-09-26 15:00:11 +00:00
"@repo/rdx-utils": "workspace:*",
2026-04-12 10:06:32 +00:00
"express": "^4.22.1",
2026-04-03 16:15:25 +00:00
"sequelize": "^6.37.8",
2026-04-12 10:06:32 +00:00
"zod": "^4.3.6"
2025-09-26 15:00:11 +00:00
}
2025-11-27 19:07:30 +00:00
}