{
  "name": "@arcanaio/go-feature-flag-web-provider-fixed",
  "version": "0.2.8",
  "description": "GO Feature Flag web provider for OpenFeature with websocket connection fixes",
  "license": "Apache-2.0",
  "author": "Arcana",
  "homepage": "https://github.com/open-feature/js-sdk-contrib/tree/main/libs/providers/go-feature-flag-web",
  "repository": {
    "type": "git",
    "url": "https://github.com/open-feature/js-sdk-contrib.git",
    "directory": "libs/providers/go-feature-flag-web"
  },
  "keywords": [
    "openfeature",
    "go-feature-flag",
    "feature-flags",
    "feature-toggles",
    "websocket",
    "bug-fix"
  ],
  "main": "./index.cjs.js",
  "types": "index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "publish-if-not-exists": "cp $NPM_CONFIG_USERCONFIG .npmrc && if [ \"$(npm show $npm_package_name@$npm_package_version version)\" = \"$(npm run current-version -s)\" ]; then echo 'already published, skipping'; else npm publish --access public; fi",
    "current-version": "echo $npm_package_version"
  },
  "peerDependencies": {
    "@openfeature/web-sdk": "^1.0.0"
  },
  "dependencies": {
    "copy-anything": "^3.0.5"
  },
  "devDependencies": {
    "typescript": "^5.0.0"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "module": "./index.esm.js",
      "types": "./index.esm.d.ts",
      "import": "./index.cjs.mjs",
      "default": "./index.cjs.js"
    }
  },
  "module": "./index.esm.js"
}