{
    "name": "@techsee/techsee-media-service-client",
    "version": "50.245.1-alpha-Omer-RabiHY-307-808396376916747.0",
    "description": "TechSee media service client",
    "main": "lib/index.js",
    "types": "lib/index.d.ts",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/TechSeeDev/techsee-common-packages.git",
        "directory": "packages/techsee-media-service-client"
    },
    "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",
        "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",
        "tag": "git tag v$npm_package_version -f | git push -f --tags",
        "sb": "start-storybook -p 6006",
        "build-sb": "build-storybook",
        "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.1-alpha-Omer-RabiHY-307-808396376916747.0",
        "@techsee/techsee-client-services": "25.184.1-alpha-Omer-RabiHY-307-808396376916747.0",
        "@techsee/techsee-common": "15.163.1-alpha-Omer-RabiHY-307-808396376916747.0",
        "@techsee/techsee-media-service": "26.183.1-alpha-Omer-RabiHY-307-808396376916747.0",
        "@techsee/techsee-ui-common": "16.190.1-alpha-Omer-RabiHY-307-808396376916747.0",
        "moment": "2.24.0",
        "react-zoom-pan-pinch": "2.1.3"
    },
    "devDependencies": {
        "@babel/core": "^7.25.2",
        "@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": "^5.62.0",
        "@typescript-eslint/parser": "^5.62.0",
        "babel-loader": "~8.2.5",
        "bootstrap": "3.3.7",
        "copyfiles": "~2.4.1",
        "core-js": "~3.11.0",
        "css-loader": "^6.8.1",
        "eslint": "^8.57.1",
        "eslint-config-airbnb-typescript": "^17.1.0",
        "eslint-config-prettier": "^9.1.0",
        "eslint-config-semistandard": "^17.0.0",
        "eslint-config-standard": "^17.1.0",
        "eslint-formatter-pretty": "^6.0.1",
        "eslint-plugin-eslint-comments": "^3.2.0",
        "eslint-plugin-import": "^2.30.0",
        "eslint-plugin-jest": "^27.9.0",
        "eslint-plugin-jsx-a11y": "^6.10.0",
        "eslint-plugin-prettier": "^5.2.1",
        "eslint-plugin-promise": "^6.6.0",
        "eslint-plugin-react": "^7.36.1",
        "eslint-plugin-react-hooks": "^4.6.2",
        "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.79.3",
        "sass-loader": "^16.0.2",
        "style-loader": "^4.0.0",
        "ts-jest": "^29.2.5",
        "ts-loader": "^9.5.1",
        "typescript": "^4.9.5",
        "webpack": "^5.94.0"
    },
    "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"
        },
        "react-zoom-pan-pinch@2.1.3": {
            "react": "^17.0.0",
            "react-dom": "^17.0.0"
        }
    },
    "files": [
        "lib/"
    ],
    "gitHead": "4503ae8be9444dfc3ba31e4d8e0d55a302caa684"
}
