{
  "name": "@openfeature/go-feature-flag-provider",
  "version": "1.4.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/open-feature/js-sdk-contrib.git",
    "directory": "libs/providers/go-feature-flag"
  },
  "license": "Apache-2.0",
  "scripts": {
    "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/server-sdk": "^1.19.0",
    "@openfeature/core": "^1.9.1",
    "@openfeature/ofrep-provider": "^0.2.4"
  },
  "dependencies": {},
  "devDependencies": {
    "@ljharb/eslint-config": "^21.2.0",
    "eslint-plugin-tree-shaking": "^1.12.2"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "module": "./index.esm.js",
      "types": "./index.d.ts",
      "import": "./index.cjs.mjs",
      "default": "./index.cjs.js"
    }
  },
  "module": "./index.esm.js",
  "main": "./index.cjs.js",
  "types": "./index.d.ts"
}