HL7v2/package.json
2025-07-30 12:04:29 +02:00

11 lines
190 B
JSON

{
"name": "@hnu.de/hl7v2",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "bun run --filter '*' dev",
"build": "bun run --filter '*' build"
}
}