@context-cloud/shared
Advanced tools
+5
-5
| { | ||
| "name": "@context-cloud/shared", | ||
| "version": "0.0.2", | ||
| "version": "0.0.3", | ||
| "type": "module", | ||
@@ -11,9 +11,9 @@ "exports": { | ||
| }, | ||
| "devDependencies": { | ||
| "typescript": "^5.5.0" | ||
| }, | ||
| "scripts": { | ||
| "build": "tsc", | ||
| "typecheck": "tsc --noEmit" | ||
| }, | ||
| "devDependencies": { | ||
| "typescript": "^5.5.0" | ||
| } | ||
| } | ||
| } |
169110
0