Uecko_ERP/modules/doc-numbering/package.json

32 lines
754 B
JSON

{
"name": "@erp/doc-numbering",
"version": "0.0.15",
"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"
},
"peerDependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"typescript": "^5.9.3"
},
"dependencies": {
"@erp/auth": "workspace:*",
"@erp/core": "workspace:*",
"@repo/rdx-ddd": "workspace:*",
"@repo/rdx-criteria": "workspace:*",
"@repo/rdx-utils": "workspace:*",
"@repo/rdx-logger": "workspace:*"
}
}