feat: add @droidclaw/shared types package

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sanju Sivalingam
2026-02-17 14:03:27 +05:30
parent 920ce46375
commit 1e9e1f7e29
5 changed files with 137 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "@droidclaw/shared",
"version": "0.0.1",
"type": "module",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"typescript": "^5.9.2"
}
}