Initial commit
This commit is contained in:
commit
d9cff2e70c
72 changed files with 2878 additions and 0 deletions
16
packages/shared/package.json
Normal file
16
packages/shared/package.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "@hnu.de/hl7v2-shared",
|
||||
"version": "1.0.0",
|
||||
"main": "./dist/types.js",
|
||||
"types": "./dist/types.d.ts",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "tsc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest",
|
||||
"@types/node": "^24.1.0",
|
||||
"typescript": "^5.8.3"
|
||||
},
|
||||
"private": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue