{ "name": "@erp/supplier-invoices", "description": "Supplier invoices", "version": "0.5.0", "private": true, "type": "module", "sideEffects": false, "scripts": { "typecheck": "tsc -p tsconfig.json --noEmit", "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", "typescript": "^6.0.2" }, "dependencies": { "@erp/auth": "workspace:*", "@erp/core": "workspace:*", "@repo/i18next": "workspace:*", "@repo/rdx-criteria": "workspace:*", "@repo/rdx-ddd": "workspace:*", "@repo/rdx-logger": "workspace:*", "@repo/rdx-utils": "workspace:*", "express": "^4.22.1", "sequelize": "^6.37.8", "zod": "^4.3.6" } }