{
  "name": "@feature-hub/serialized-state-manager",
  "version": "3.9.0",
  "description": "A Feature Service for managing the state transfer to the client when rendering on the server.",
  "homepage": "https://feature-hub.io/",
  "bugs": {
    "url": "https://github.com/feature-hub/feature-hub/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/feature-hub/feature-hub.git"
  },
  "license": "MIT",
  "author": "Accenture Song Build Germany GmbH",
  "sideEffects": false,
  "exports": {
    ".": {
      "@feature-hub:bundler": "./src/index.ts",
      "import": "./lib/esm/index.js",
      "require": "./lib/cjs/index.js"
    }
  },
  "main": "lib/cjs/index.js",
  "module": "lib/esm/index.js",
  "typings": "lib/cjs/index.d.ts",
  "files": [
    "lib",
    "!__tests__"
  ],
  "dependencies": {
    "@feature-hub/core": "^3.9.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "typedoc": {
    "entryPoint": "./src/index.ts",
    "readmeFile": "./README.md",
    "displayName": "serialized-state-manager"
  },
  "gitHead": "418b6bea0e137d39413b822672d523fca514dc62"
}
