{
  "name": "@techsee/techsee-nway-media-service-client",
  "version": "1.243.0",
  "description": "TechSee NWay media service client",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TechSeeDev/techsee-common-packages.git",
    "directory": "packages/techsee-nway-media-service-client"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "preinstall": "test -d ../../node_modules/.bin && ../../node_modules/.bin/lockfile-lint --path package-lock.json --config .lockfile-lintrc.json && ../../node_modules/.bin/audit-ci --config .audit-ci.json && ../../node_modules/.bin/npmPkgJsonLint . --configFile .npmpackagejsonlintrc.json || true",
    "prepublishOnly": "npm run build",
    "postpublish": "npm run clean",
    "sb": "start-storybook -p 6007",
    "build-sb": "build-storybook",
    "build": "tsc && npm run copy",
    "copy": "run-s copy:*",
    "copy:styles": "copyfiles -u 1 \"./src/**/*.scss\" \"lib\"",
    "copy:assets": "cp -r ./src/assets lib/",
    "clean": "rimraf lib dist",
    "lint": "run-s lint:*",
    "lint:prettier": "prettier --check \"./**/*.{js?(x),ts?(x),json,scss,md}\"",
    "lint:eslint": "eslint \"./**/*.{js?(x),ts?(x)}\"",
    "lint-staged": "lint-staged",
    "lint-fix": "run-s lint-fix:*",
    "lint-fix:prettier": "prettier --write \"./**/*.{js?(x),ts?(x),json,scss,md}\"",
    "lint-fix:eslint": "eslint --fix --color \"./**/*.{js?(x),ts?(x)}\"",
    "test": "jest --config=./jest.config.js --passWithNoTests",
    "tag": "git tag v$npm_package_version -f | git push -f --tags",
    "audit:check": "npx audit-ci@^7 --config .audit-ci.json"
  },
  "lint-staged": {
    "./**/*.{js?(x),ts?(x),json,scss,md}": "prettier --write",
    "./**/*.{js?(x),ts?(x)}": "eslint --fix --color"
  },
  "dependencies": {
    "@techsee/techsee-client-infra": "^24.184.0",
    "@techsee/techsee-client-services": "^25.184.0",
    "@techsee/techsee-common": "^15.163.0",
    "@techsee/techsee-media-service": "^26.183.0",
    "@techsee/techsee-ui-common": "^16.190.0",
    "moment": "2.24.0"
  },
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@opentok/client": "2.28.2",
    "@storybook/addon-actions": "~6.5.16",
    "@storybook/addon-essentials": "~6.5.16",
    "@storybook/addon-links": "~6.5.16",
    "@storybook/builder-webpack5": "~6.5.16",
    "@storybook/manager-webpack5": "~6.5.16",
    "@storybook/react": "~6.5.16",
    "@types/events": "~3.0.0",
    "@types/jest": "^29.5.13",
    "@types/lodash": "^4.17.7",
    "@types/react": "~17.0.50",
    "@types/react-bootstrap": "~0.32.25",
    "@types/react-dom": "~17.0.0",
    "@typescript-eslint/eslint-plugin": "^8.19.1",
    "@typescript-eslint/parser": "^8.19.1",
    "babel-loader": "~8.2.5",
    "bootstrap": "3.3.7",
    "copyfiles": "~2.4.1",
    "css-loader": "^6.11.0",
    "eslint": "^9.17.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-eslint-comments": "^3.2.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-jest": "^28.10.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-prettier": "^5.2.1",
    "eslint-plugin-promise": "^7.2.1",
    "eslint-plugin-react": "^7.37.3",
    "eslint-plugin-react-hooks": "^5.1.0",
    "globals": "^15.14.0",
    "husky": "^9.1.6",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "lint-staged": "^15.2.10",
    "lodash": "^4.17.21",
    "npm-run-all": "^4.1.5",
    "prettier": "^3.3.3",
    "react": "17.0.1",
    "react-bootstrap": "0.32.4",
    "react-dom": "17.0.1",
    "rimraf": "~3.0.2",
    "sass": "^1.97.3",
    "sass-loader": "^16.0.7",
    "style-loader": "^4.0.0",
    "ts-jest": "^29.2.5",
    "ts-loader": "^9.5.4",
    "typescript": "^4.9.5",
    "webpack": "^5.105.3"
  },
  "peerDependencies": {
    "lodash": "^4.17.21",
    "react": "^17.0.0",
    "react-bootstrap": "^0.32.4",
    "react-dom": "^17.0.0"
  },
  "overrides": {
    "@techsee/techsee-client-services": {
      "react": "^17.0.0",
      "react-dom": "^17.0.0"
    },
    "@techsee/techsee-ui-common": {
      "react": "^17.0.0",
      "react-dom": "^17.0.0",
      "react-overlays": "~0.9.1"
    }
  },
  "gitHead": "2f82b61947c4c721dfe3e0464472d42d5c38c01e"
}
