- Added SequelizeProformaV2RecipientDomainMapper for mapping recipient data to domain model. - Introduced SequelizeProformaV2TaxesDomainMapper for handling tax data mapping. - Created SequelizeProformaV2RecipientSummaryMapper for summarizing recipient information. - Developed SequelizeProformaV2SummaryMapper for mapping Proforma summary data. - Implemented SequelizeProformaRepositoryV2 for managing Proforma data persistence. - Added SequelizeProformaV2NumberGenerator for generating Proforma numbers.
33 lines
810 B
JSON
33 lines
810 B
JSON
{
|
|
"name": "@erp/companies",
|
|
"description": "Companies module",
|
|
"version": "0.9.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
"check": "biome check .",
|
|
"lint": "biome lint .",
|
|
"clean": "rimraf .turbo node_modules dist"
|
|
},
|
|
"exports": {
|
|
".": "./src/common/index.ts",
|
|
"./common": "./src/common/index.ts",
|
|
"./api": "./src/api/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.21",
|
|
"rimraf": "^6.1.3",
|
|
"typescript": "^6.0.2"
|
|
},
|
|
"dependencies": {
|
|
"@erp/core": "workspace:*",
|
|
"@erp/identity": "workspace:*",
|
|
"@repo/rdx-ddd": "workspace:*",
|
|
"@repo/rdx-utils": "workspace:*",
|
|
"express": "^4.22.1",
|
|
"sequelize": "^6.37.8",
|
|
"zod": "^4.3.6"
|
|
}
|
|
} |