{
  "name": "@softarc/native-federation-runtime",
  "version": "4.1.2",
  "type": "module",
  "license": "MIT",
  "deprecated": "This package has reached end-of-life and is no longer maintained. Please switch over to the @softarc/native-federation-orchestrator library.",
  "main": "./index.js",
  "module": "./index.js",
  "types": "./index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js",
      "default": "./index.js"
    }
  },
  "files": [
    "lib",
    "index.d.ts",
    "index.js",
    "!**/*.tsbuildinfo"
  ],
  "dependencies": {
    "@softarc/native-federation": "^4.1.0"
  },
  "devDependencies": {
    "@types/node": "~24.10.0",
    "vitest": "^4.0.0",
    "@vitest/browser": "^4.0.0",
    "@vitest/browser-playwright": "^4.0.0",
    "@vitest/ui": "^4.0.0",
    "@types/trusted-types": "^2.0.7"
  },
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "test:ui": "vitest --ui",
    "test:coverage": "vitest run --coverage",
    "test:unit": "vitest run --project=unit",
    "test:integration": "vitest run --project=integration"
  },
  "msw": {
    "workerDirectory": [
      "public"
    ]
  }
}
