{
  "name": "__tests__",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "pnpm --filter iframe-example build && vitest",
    "lint": "eslint --fix --cache",
    "check": "tsc --noEmit"
  },
  "dependencies": {
    "@testing-library/dom": "^10.4.1",
    "comctx": "workspace:*"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@resreq/event-hub": "^1.7.2",
    "@types/node": "^25.9.2",
    "eslint": "^10.4.1",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.6",
    "globals": "^17.6.0",
    "happy-dom": "^20.10.2",
    "prettier": "^3.8.3",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.60.1",
    "vitest": "^4.1.8"
  }
}
