{
  "name": "@webex/plugin-authorization-browser",
  "description": "",
  "license": "MIT",
  "main": "dist/index.js",
  "devMain": "src/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/webex/webex-js-sdk.git",
    "directory": "packages/@webex/plugin-authorization-browser"
  },
  "engines": {
    "node": ">=18"
  },
  "browserify": {
    "transform": [
      "babelify",
      "envify"
    ]
  },
  "devDependencies": {
    "@babel/core": "^7.17.10",
    "@webex/babel-config-legacy": "0.0.0",
    "@webex/eslint-config-legacy": "0.0.0",
    "@webex/jest-config-legacy": "0.0.0",
    "@webex/legacy-tools": "0.0.0",
    "@webex/test-helper-appid": "3.11.0",
    "@webex/test-helper-automation": "3.11.0",
    "@webex/test-helper-chai": "3.11.0",
    "@webex/test-helper-mocha": "3.11.0",
    "@webex/test-helper-mock-webex": "3.11.0",
    "@webex/test-helper-test-users": "3.11.0",
    "eslint": "^8.24.0",
    "prettier": "^2.7.1",
    "sinon": "^9.2.4"
  },
  "dependencies": {
    "@webex/common": "3.11.0",
    "@webex/internal-plugin-device": "3.11.0",
    "@webex/plugin-authorization-node": "3.11.0",
    "@webex/storage-adapter-local-storage": "3.11.0",
    "@webex/storage-adapter-spec": "3.11.0",
    "@webex/webex-core": "3.11.0",
    "jsonwebtoken": "^9.0.2",
    "lodash": "^4.17.21",
    "uuid": "^3.3.2"
  },
  "scripts": {
    "build": "yarn build:src",
    "build:src": "webex-legacy-tools build -dest \"./dist\" -src \"./src\" -js -ts -maps",
    "deploy:npm": "yarn npm publish",
    "test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
    "test:browser:broken": "webex-legacy-tools test --integration --runner karma",
    "test:style": "eslint ./src/**/*.*",
    "test:unit": "webex-legacy-tools test --unit --runner jest"
  },
  "version": "3.11.0"
}