{
  "name": "@tutti-os/workbench-host",
  "version": "0.0.424",
  "private": false,
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./conformance": {
      "types": "./dist/conformance/index.d.ts",
      "import": "./dist/conformance/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tutti-os/tutti.git",
    "directory": "packages/workbench/host"
  },
  "devDependencies": {
    "@tutti-os/workbench-surface": "0.0.424",
    "@types/node": "^24.0.1",
    "@types/react": "^19.1.6",
    "@types/react-dom": "^19.1.5",
    "typescript": "^5.8.3",
    "@tutti-os/config-tsconfig": "0.0.0"
  },
  "peerDependencies": {
    "@tutti-os/workbench-surface": "0.0.424"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup --config tsup.config.ts && node ./scripts/check-built-boundaries.mjs",
    "test": "node --test --experimental-strip-types ./src/*.test.ts",
    "typecheck": "node ../../../tools/scripts/run-tsgo-typecheck.mjs"
  }
}