task_receipts/package.json
2025-06-14 15:57:24 -05:00

17 lines
355 B
JSON

{
"name": "task-receipts-workspace",
"private": true,
"workspaces": [
"server",
"client",
"shared"
],
"scripts": {
"build": "npm run build --workspaces",
"dev": "npm run dev --workspaces",
"test": "npm run test --workspaces",
"lint": "npm run lint --workspaces",
"lint:fix": "npm run lint:fix --workspaces"
}
}