{
  "name": "@splunkdev/cloud-auth-client",
  "version": "3.5.3",
  "description": "Splunk Cloud Node Authentication Library for front-end web applications",
  "author": "Splunk, Inc.",
  "license": "Apache-2.0",
  "main": "./src/index.js",
  "types": "./src/index.d.ts",
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/splunk/splunk-cloud-auth-js.git",
    "directory": "packages/cloud-auth-client"
  },
  "keywords": [
    "scp",
    "splunk",
    "splunk-cloud",
    "splunk-cloud-platform"
  ],
  "homepage": "https://dev.splunk.com/scs/docs/overview/tools/tools_cloud-auth/",
  "bugs": {
    "url": "https://github.com/splunk/splunk-cloud-auth-js/issues"
  },
  "scripts": {
    "build": "node ci/extract_version.js && yarn tsc",
    "clean": "rimraf .nyc_output *.log junit.xml && yarn clean:transpile && yarn run clean:coverage && cd examples/cloud-auth-client-react-example && yarn clean || true",
    "clean:transpile": "rimraf src/**/*.js src/**/*.js.map src/**/*.d.ts* src/*.js src/*.js.map src/*.d.ts* *.js *.js.map *.d.ts* || true",
    "clean:coverage": "rimraf coverage || true",
    "clean:modules": "rimraf node_modules || true",
    "commit": "yarn git-cz",
    "cover": "yarn clean:coverage && yarn test --coverage",
    "docs": "yarn ts:docs",
    "lint": "eslint \"src/**/*.ts\" && yarn lint:tests",
    "lint:fix": "eslint \"src/**/*.ts\" --fix && yarn lint:fix:tests",
    "lint:tests": "eslint \"test/**/*.ts\"",
    "lint:fix:tests": "eslint \"test/**/*.ts\" --fix",
    "prepack": "yarn build",
    "pretest": "yarn clean:transpile",
    "publish:docs": "yarn ts:docs && npm add --no-save @splunk/cicd-tools --registry https://repo.splunk.com/artifactory/api/npm/npm && yarn cicd-publish-docs --force docs/md",
    "test": "yarn lint && jest --config ./jest.json --verbose",
    "test:examples": "sh ./ci/scripts/verify_example.sh",
    "third-party-licenses:generate": "node ./ci/generate_3rdparty.js",
    "third-party-licenses": "sh ./ci/scripts/generate_third_party_credits.sh",
    "ts:docs": "rm -rf docs && yarn ts:docs:html && yarn ts:docs:md",
    "ts:docs:html": "typedoc --tsconfig tsconfig.json --readme none --mode file --out docs/html/ --inlineSourceMap --module commonjs --theme minimal --excludePrivate",
    "ts:docs:md": "typedoc --tsconfig tsconfig.json --readme none --mode file --out docs/md/ --inlineSourceMap --module commonjs --theme markdown --excludePrivate --mdHideSources --mdEngine github"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/plugin-proposal-class-properties": "^7.7.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.7.7",
    "@babel/plugin-transform-runtime": "^7.7.6",
    "@babel/preset-env": "^7.7.7",
    "@babel/preset-typescript": "^7.7.7",
    "@babel/runtime": "^7.7.7",
    "@splunk/babel-preset": "^2.0.0",
    "@splunk/eslint-config": "^2.0.0",
    "@splunk/webpack-configs": "^4.0.0",
    "@types/crypto-js": "^3.1.43",
    "@types/jest": "^24.9.0",
    "@types/lodash": "^4.14.149",
    "@typescript-eslint/eslint-plugin": "^2.15.0",
    "@typescript-eslint/parser": "^2.15.0",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^9.0.0",
    "babel-jest": "^24.9.0",
    "babel-loader": "^8.0.0",
    "chai": "^4.2.0",
    "core-js": "^3.6.2",
    "eslint": "^6.8.0",
    "eslint-config-airbnb": "^18.0.1",
    "eslint-config-prettier": "^6.9.0",
    "eslint-import-resolver-webpack": "^0.12.0",
    "eslint-plugin-import": "^2.19.1",
    "eslint-plugin-jsx-a11y": "^5",
    "eslint-plugin-react": "^7.17.0",
    "eslint-plugin-simple-import-sort": "^5.0.0",
    "eslint-plugin-unicorn": "^15.0.1",
    "inject-loader": "^4.0.1",
    "jest": "^24.9.0",
    "jest-junit": "^10.0.0",
    "markdownlint": "^0.15.0",
    "mocha": "^7.0.0",
    "mockdate": "^3.0.5",
    "npm-license-crawler": "^0.2.1",
    "rimraf": "^2.6.2",
    "ts-jest": "^24.3.0",
    "typescript": "^3.7.2",
    "webpack": "^3.11.0",
    "webpack-cli": "^3.3.5",
    "webpack-dev-server": "^3.4.1",
    "webpack-merge": "^4.2.1",
    "whatwg-fetch": "^2.0.3"
  },
  "dependencies": {
    "@splunkdev/cloud-auth-common": "^2.3.0",
    "cookie-storage": "^5.0.3",
    "crypto-js": "^3.1.9-1",
    "lodash": "^4.17.5"
  },
  "engines": {
    "node": ">=6"
  },
  "jest-junit": {
    "output": "./test-reports/unit-results.xml"
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-customizable"
    },
    "cz-customizable": {
      "config": "../../ci/.cz-config.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "d6c0d2861ef5aa41a4249dc1f7c21e6143f065b8"
}
