{
  "name": "@hai3/framework",
  "version": "0.2.0-alpha.0",
  "description": "HAI3 framework integrating all SDK packages with plugin architecture",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./types": {
      "types": "./dist/types.d.ts",
      "import": "./dist/types.js",
      "require": "./dist/types.cjs"
    }
  },
  "files": [
    "dist",
    "CLAUDE.md",
    "llms.txt",
    "commands"
  ],
  "scripts": {
    "build": "tsup",
    "type-check": "tsc --noEmit"
  },
  "dependencies": {},
  "devDependencies": {
    "tsup": "^8.0.0",
    "typescript": "^5.4.2"
  },
  "peerDependencies": {
    "@hai3/state": "*",
    "@hai3/screensets": "*",
    "@hai3/api": "*",
    "@hai3/i18n": "*"
  },
  "peerDependenciesMeta": {
    "@hai3/state": { "optional": false },
    "@hai3/screensets": { "optional": false },
    "@hai3/api": { "optional": false },
    "@hai3/i18n": { "optional": false }
  },
  "keywords": [
    "hai3",
    "framework",
    "plugin",
    "screenset",
    "typescript"
  ],
  "author": "HAI3",
  "license": "Apache-2.0"
}
