{
  "name": "lp-messaging-sdk",
  "version": "1.19.2",
  "description": "",
  "main": "index.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "generate-docs": "cp ./*.md ./public/  && ./node_modules/.bin/jsdoc -c jsdoc.json",
    "unit-tests": "jest --group=unit --coverage --forceExit",
    "system-tests": "jest --group=system --runInBand --forceExit",
    "system-tests-agent-matching": "jest --group=system --runInBand --forceExit --testPathPattern=test/system/agent-matching",
    "system-tests-connection": "jest --group=system --runInBand --forceExit --testPathPattern=test/system/connection",
    "system-tests-conversation": "jest --group=system --runInBand --forceExit --testPathPattern=test/system/conversation",
    "system-tests-profile": "jest --group=system --runInBand --forceExit --testPathPattern=test/system/profile",
    "system-tests-services": "jest --group=system --runInBand --forceExit --testPathPattern=test/system/services",
    "integration-tests": "jest --group=integration  --runInBand --detectOpenHandles",
    "build-browser": "webpack --config webpack.config.js && uglifyjs -c -o web/lpm-sdk.js web/lpm-sdk.js",
    "lint": "eslint",
    "lint:fix": "eslint --fix"
  },
  "browser": {
    "sharp": false
  },
  "jest": {
    "runner": "groups",
    "testResultsProcessor": "jest-teamcity-reporter",
    "coverageReporters": [
      "lcov",
      "text",
      "teamcity"
    ]
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@luckbox/eslint-rules": "^5.0.4",
    "axios-mock-adapter": "1.22.0",
    "browserify": "^17.0.1",
    "eslint": "^9.9.0",
    "jest": "29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jest-runner-groups": "2.2.0",
    "jest-teamcity-reporter": "0.9.0",
    "jsdoc": "4.0.2",
    "node-polyfill-webpack-plugin": "^3.0.0",
    "uglify-js": "^3.17.4",
    "webpack": "^5.91.0",
    "webpack-cli": "^5.1.4",
    "webpack-node-externals": "^3.0.0"
  },
  "dependencies": {
    "axios": "^1.7.4",
    "buffer": "^6.0.3",
    "crypto-browserify": "^3.12.1",
    "file-type": "^16.5.4",
    "https-browserify": "^1.0.0",
    "https-proxy-agent": "^7.0.4",
    "jwt-decode": "^3.1.2",
    "lru-cache": "^11.0.2",
    "object-hash": "3.0.0",
    "sharp": "^0.32.1",
    "simple-websocket": "^9.1.0",
    "stream-browserify": "^3.0.0",
    "stream-http": "^3.2.0",
    "uuid": "9.0.1",
    "verror": "1.10.1"
  }
}
