{
  "name": "rox-base",
  "version": "6.0.13",
  "description": "CloudBees Feature Management JavaScript SDK Base",
  "author": "CloudBees, Inc. <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",
    "cloudbees",
    "cloudbees.io",
    "rox",
    "flags",
    "flag",
    "configuration",
    "remote-control",
    "feature-management"
  ],
  "scripts": {
    "lint": "eslint src --fix",
    "test": "jest --testPathPattern ./src/** --detectOpenHandles --forceExit",
    "test:watch": "jest --testPathPattern ./src/** --watch",
    "prebuild": "yarn run clean:dist",
    "build": "node generate-manifest.js && rm -f tsconfig.tsbuildinfo && webpack --config webpack.config.build.js --progress",
    "build:stats": "BUNDLE_ANALYZE=true yarn run build --progress",
    "prepublishOnly": "yarn run test && yarn run build",
    "clean:dist": "rm -rf dist/*"
  },
  "ROX": {
    "api_version": "1.9.0"
  },
  "main": "dist/rox-base.js",
  "browser": "dist/rox-base.min.js",
  "types": "dist/index.d.ts",
  "dependencies": {
    "axios": "^1.16.0"
  },
  "files": [
    "dist/*.js",
    "dist/**/*.d.ts"
  ],
  "devDependencies": {
    "@cloudbees/eslint-plugin": "cloudbees/eslint-plugin",
    "@types/jest": "^27.4.0",
    "@types/uuid": "^9.0.8",
    "jest": "^27.4.7",
    "js-base64": "^3.4.5",
    "lodash": "^4.17.21",
    "md5": "^2.2.1",
    "rox-crypto": "^6.0.13",
    "rox-embedded-webpack-plugin": "^1.1.8",
    "ts-jest": "^27.1.2",
    "ts-loader": "^9.2.6",
    "typescript": "^4.5.4",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "webpack": "^5.65.0",
    "webpack-bundle-analyzer": "^4.5.0",
    "webpack-cli": "^4.9.1"
  },
  "sideEffects": false,
  "jest": {
    "testURL": "http://localhost/",
    "moduleDirectories": [
      "node_modules"
    ],
    "testMatch": [
      "**/*.test.ts"
    ],
    "modulePathIgnorePatterns": [
      "dist"
    ],
    "preset": "ts-jest/presets/js-with-ts"
  }
}
