{
  "name": "@webex/plugin-encryption",
  "description": "Encryption plugin for the Cisco Webex JS SDK",
  "repository": {
    "type": "git",
    "url": "https://github.com/webex/webex-js-sdk.git",
    "directory": "packages/@webex/plugin-encryption"
  },
  "license": "https://github.com/webex/webex-js-sdk/blob/next/LICENSE.md",
  "contributors": [
    "Adhwaith Menon <adhmenon@cisco.com>",
    "Bharath Balan <bhabalan@cisco.com>",
    "Kesava Krishnan Madavan <kmadavan@cisco.com>",
    "Priya Kesari <pkesari@cisco.com>",
    "Rajesh Kumar <rarajes2@cisco.com>",
    "Ravi Chandra Sekhar Sarika <rsarika@cisco.com>",
    "Shreyas Sharma <shreysh2@cisco.com>",
    "Sreekanth Narayanan <sreenara@cisco.com>"
  ],
  "main": "dist/webex.js",
  "devMain": "src/index.ts",
  "exports": {
    ".": "./dist/webex.js",
    "./package": "./package.json"
  },
  "types": "dist/types/index.d.ts",
  "scripts": {
    "build": "yarn run -T tsc --declaration true --declarationDir ./dist/types",
    "build:docs": "typedoc --out ../../../docs/plugin-encryption",
    "build:src": "webex-legacy-tools build -dest \"./dist\" -src \"./src\" -js -ts -maps && yarn build",
    "deploy:npm": "yarn npm publish",
    "test:browser": "webex-legacy-tools test --integration --runner karma",
    "test:style": "eslint ./src/**/*.*",
    "test:unit": "webex-legacy-tools test --unit --runner jest"
  },
  "browserify": {
    "transform": [
      "babelify",
      "envify"
    ]
  },
  "dependencies": {
    "@webex/internal-plugin-encryption": "3.12.0",
    "@webex/webex-core": "3.12.0"
  },
  "devDependencies": {
    "@babel/core": "^7.22.11",
    "@babel/preset-typescript": "7.22.11",
    "@types/jsdom": "^21",
    "@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-mock-webex": "3.12.0",
    "eslint": "^8.24.0",
    "jest-html-reporters": "3.0.11",
    "jest-junit": "13.0.0",
    "jsdom": "19.0.0",
    "jsdom-global": "3.0.2",
    "prettier": "^2.7.1",
    "typed-emitter": "^2.1.0",
    "typedoc": "0.23.26",
    "typescript": "^4.9.5"
  },
  "engines": {
    "node": ">=16"
  },
  "version": "3.12.0"
}