task_receipts/package.json

17 lines
355 B
JSON
Raw Normal View History

{
2025-06-14 20:57:24 +00:00
"name": "task-receipts-workspace",
"private": true,
"workspaces": [
"server",
"client",
"shared"
],
"scripts": {
2025-06-14 20:57:24 +00:00
"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"
}
2025-06-14 20:57:24 +00:00
}