Uecko_ERP/modules/verifactu/package.json
2025-11-03 20:45:03 +01:00

34 lines
781 B
JSON

{
"name": "@erp/verifactu",
"version": "0.0.3",
"private": true,
"type": "module",
"sideEffects": false,
"scripts": {
"typecheck": "tsc -p tsconfig.json --noEmit",
"clean": "rimraf .turbo node_modules dist"
},
"exports": {
"./api": "./src/api/index.ts",
"./common": "./src/common/index.ts"
},
"peerDependencies": {
"sequelize": "^6.37.5",
"express": "^4.18.2",
"zod": "^4.1.11"
},
"devDependencies": {
"@types/express": "^4.17.21"
},
"dependencies": {
"@erp/auth": "workspace:*",
"@erp/core": "workspace:*",
"@repo/rdx-ddd": "workspace:*",
"@repo/rdx-criteria": "workspace:*",
"@repo/rdx-utils": "workspace:*",
"@repo/rdx-logger": "workspace:*",
"@erp/customer-invoices": "workspace:*"
}
}