{
  "name": "@webex/internal-plugin-encryption",
  "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/internal-plugin-encryption"
  },
  "engines": {
    "node": ">=18"
  },
  "browser": {
    "./dist/ensure-buffer.js": "./dist/ensure-buffer.browser.js",
    "./src/ensure-buffer.js": "./src/ensure-buffer.browser.js"
  },
  "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-chai": "3.12.0",
    "@webex/test-helper-make-local-url": "3.12.0",
    "@webex/test-helper-mocha": "3.12.0",
    "@webex/test-helper-mock-webex": "3.12.0",
    "@webex/test-helper-test-users": "3.12.0",
    "eslint": "^8.24.0",
    "prettier": "^2.7.1",
    "sinon": "^9.2.4"
  },
  "dependencies": {
    "@webex/common": "3.12.0",
    "@webex/common-timers": "3.12.0",
    "@webex/http-core": "3.12.0",
    "@webex/internal-plugin-device": "3.12.0",
    "@webex/internal-plugin-mercury": "3.12.0",
    "@webex/test-helper-file": "3.12.0",
    "@webex/webex-core": "3.12.0",
    "asn1js": "^2.0.26",
    "debug": "^4.3.4",
    "isomorphic-webcrypto": "^2.3.8",
    "lodash": "^4.17.21",
    "node-jose": "^2.2.0",
    "node-kms": "^0.4.1",
    "node-scr": "^0.3.0",
    "pkijs": "^2.1.84",
    "safe-buffer": "^5.2.0",
    "uuid": "^3.3.2",
    "valid-url": "^1.0.9"
  },
  "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": "webex-legacy-tools test --integration --runner karma",
    "test:integration": "webex-legacy-tools test --integration --runner mocha",
    "test:style": "eslint ./src/**/*.*",
    "test:unit": "webex-legacy-tools test --unit --runner jest"
  },
  "version": "3.12.0"
}