{ "name": "@hai/core", "version": "0.1.0", "type": "module", "exports": { ".": "./src/index.ts" }, "scripts": { "build": "tsc", "typecheck": "tsc --noEmit" }, "devDependencies": { "typescript": "^5.7.0" } }