{
  "name": "rox-config-fetcher",
  "version": "6.0.2",
  "description": "CloudBees Feature Management ROX JS SDK flag config fetcher",
  "author": "CloudBees <support@cloudbees.com>",
  "license": "SEE LICENSE IN LICENSE",
  "homepage": "https://www.cloudbees.com/products/feature-management",
  "repository": {
    "type": "git",
    "url": "https://github.com/rollout/roxjs.git"
  },
  "bugs": {
    "url": "https://github.com/rollout/roxjs/issues",
    "email": "support@cloudbees.com"
  },
  "keywords": [
    "feature-flag",
    "feature-flags",
    "rollout",
    "rox",
    "flags",
    "flag",
    "configuration",
    "remote-control",
    "rollout.io",
    "CloudBees"
  ],
  "main": "dist/rox-config-fetcher.js",
  "files": [
    "dist/*.js"
  ],
  "scripts": {
    "clean:dist": "rm -rf ./dist && rm -f ./tsconfig.tsbuildinfo && rm -rf .rollup.cache",
    "build": "NODE_ENV=production rollup --config=./rollup.config.js",
    "test": "NODE_ENV=test jest --no-watchman --forceExit --testPathPattern ./**/__tests__/**"
  },
  "ROX": {
    "api_version": "1.9.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^21.1.0",
    "@rollup/plugin-typescript": "^8.3.3",
    "@types/node": "^18.0.0",
    "jest": "^27.4.7",
    "rollup": "^2.76.0",
    "rox-node": "^6.0.2",
    "ts-jest": "^27.1.2"
  },
  "jest": {
    "testURL": "http://localhost/",
    "moduleDirectories": [
      "node_modules"
    ],
    "transform": {
      "/node_modules/(?!rox-node).+\\.ts$": "ts-jest"
    },
    "moduleNameMapper": {
      "rox-node": "<rootDir>/../rox-node/src"
    },
    "preset": "ts-jest/presets/js-with-ts"
  },
  "gitHead": "996ae9f836bf6ee23ae5a9dfac3930db6eabaadb"
}
