Add shared TypeScript package

This commit is contained in:
Asep Haryana Saputra
2026-05-22 12:17:13 +00:00
parent 4413133bf3
commit c3eed82262
5 changed files with 49 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "@zeavis/shared",
"version": "0.1.0",
"private": true,
"type": "module",
"exports": {
".": "./src/index.ts",
"./app-status": "./src/app-status.ts"
},
"scripts": {
"typecheck": "tsc --project tsconfig.json"
},
"devDependencies": {
"typescript": "^5.6.3"
}
}