{
    "name": "amazon-ivs-web-broadcast",
    "version": "1.35.0",
    "description": "Amazon IVS Web Broadcast SDK",
    "files": [
        "dist/amazon-ivs-web-broadcast.js",
        "dist/amazon-ivs-web-broadcast.d.ts"
    ],
    "main": "./dist/amazon-ivs-web-broadcast.js",
    "types": "./dist/amazon-ivs-web-broadcast.d.ts",
    "exports": {
        ".": {
            "types": "./dist/amazon-ivs-web-broadcast.d.ts",
            "default": "./dist/amazon-ivs-web-broadcast.js"
        }
    },
    "typesVersions": {
        "*": {}
    },
    "homepage": "https://aws.amazon.com/ivs/",
    "bugs": {
        "url": "https://aws.amazon.com/contact-us/"
    },
    "author": {
        "name": "Amazon Web Services",
        "url": "https://aws.amazon.com/"
    },
    "scripts": {
        "build": "npm run build:js && npm run build:types",
        "build:js": "npx webpack --config ./webpack.config.js",
        "build:prod": "NODE_ENV=production npm run build",
        "build:types": "npx tsc && npx api-extractor run --config ./api-extractor.prod.json",
        "build:examples": "NODE_ENV=production npx webpack --config ./examples/webpack.config.js",
        "build:ci": "npm run build:prod && npm run build:examples",
        "api:validate": "npx api-extractor run --verbose || ./scripts/api-error.sh",
        "api:validate:external": "npm run build:prod && npm pack && ./scripts/run-tsconfig-tests.sh ./amazon-ivs-web-broadcast-0.0.0.tgz ./api-report/tsconfig-tests",
        "api:rebuild": "npx api-extractor run --local --verbose",
        "format": "npx prettier --config .prettierrc --ignore-path .prettierignore --write .",
        "format:check": "npx prettier --config .prettierrc --ignore-path .prettierignore --check .",
        "start": "npx npm-run-all --parallel start:*",
        "start:types": "npx tsc --watch",
        "start:js": "npx webpack --config ./webpack.config.js --watch",
        "lint": "npx eslint ./src --ext .js,.jsx,.ts,.tsx,.json --quiet",
        "test": "npx jest --config ./jest.config.js --forceExit",
        "test:ci": "npm run test -- --ci --runInBand --collect-coverage --silent",
        "test:e2e-stages": "cd e2e && npm run test:e2e-stages --",
        "test:e2e-broadcast": "cd e2e && npm run test:e2e-broadcast --",
        "examples": "npx webpack serve --config ./examples/webpack.config.js",
        "bootstrap": "husky install",
        "precommit": "npx concurrently --group --timings --kill-others-on-fail 'npm run format' 'npm run lint' 'npm run build:types && npm run api:validate' 'npm run test -- --silent'",
        "precommit:serial": "npm run format && npm run lint && npm run build:types && npm run api:validate && npm run test -- --silent"
    },
    "license": "SEE LICENSE IN LICENSE.txt",
    "devDependencies": {
        "@babel/plugin-proposal-class-properties": "^7.18.6",
        "@babel/plugin-proposal-decorators": "^7.18.10",
        "@babel/preset-env": "^7.18.10",
        "@babel/preset-react": "^7.18.6",
        "@babel/preset-typescript": "^7.18.6",
        "@microsoft/api-extractor": "^7.58.1",
        "@types/chai": "^4.2.22",
        "@types/chai-as-promised": "^7.1.4",
        "@types/chai-json-schema": "^1.4.6",
        "@types/jest": "^29.5.14",
        "@types/lodash": "^4.14.181",
        "@types/mocha": "^5.2.7",
        "@types/node": "^16.11.9",
        "@types/offscreencanvas": "^2019.6.4",
        "@types/pixelmatch": "^5.2.4",
        "@types/pngjs": "^6.0.1",
        "@types/react-beautiful-dnd": "^13.1.2",
        "@types/sdp-transform": "^2.4.7",
        "@types/webrtc": "0.0.31",
        "@typescript-eslint/eslint-plugin": "^5.1.0",
        "@typescript-eslint/parser": "^5.1.0",
        "@typescript/lib-dom": "npm:@types/web@^0.0.99",
        "@webpack-cli/serve": "^3.0.1",
        "amazon-ivs-player": "1.18.0",
        "babel-loader": "^8.1.0",
        "clean-webpack-plugin": "^4.0.0",
        "concurrently": "^8.2.2",
        "copy-webpack-plugin": "^14.0.0",
        "dotenv": "^16.0.3",
        "eslint": "^8.3.0",
        "eslint-config-prettier": "^8.3.0",
        "eslint-plugin-header": "^3.1.1",
        "eslint-plugin-import": "^2.32.0",
        "eslint-plugin-jsdoc": "^46.10.1",
        "eslint-plugin-prefer-arrow": "^1.2.3",
        "eslint-plugin-prettier": "^4.0.0",
        "events": "^3.3.0",
        "fast-check": "^2.18.0",
        "file-loader": "^6.2.0",
        "html-webpack-plugin": "^5.5.0",
        "husky": "^7.0.4",
        "ivs-web-std": "file:vendor/ivs-web-std-0.15.0.tgz",
        "jest": "^29.7.0",
        "jest-canvas-mock": "^2.5.2",
        "jest-fetch-mock": "^3.0.3",
        "jest-junit": "^16.0.0",
        "jsdom-worker": "^0.3.0",
        "npm-run-all": "^4.1.5",
        "pixelmatch": "^5.3.0",
        "pngjs": "^6.0.0",
        "prettier": "^2.1.2",
        "react": "^18.2.0",
        "react-dom": "^18.2.0",
        "rimraf": "^3.0.2",
        "semver": "^7.7.4",
        "serve-handler": "^6.1.3",
        "standardized-audio-context-mock": "^9.0.0",
        "terser-webpack-plugin": "^5.3.7",
        "ts-jest": "^29.4.1",
        "ts-loader": "^8.3.0",
        "typescript": "^4.6.2",
        "uuid": "^8.3.2",
        "web-streams-polyfill": "^4.0.0",
        "webpack": "^5.104.1",
        "webpack-cli": "^6.0.1",
        "webpack-dev-server": "^5.2.3",
        "webpack-merge": "^6.0.1",
        "worker-loader": "^3.0.8"
    },
    "dependencies": {
        "bowser": "^2.11.0",
        "eventemitter3": "^4.0.7",
        "jest-environment-jsdom": "^30.2.0",
        "jsdom": "^26.1.0",
        "lodash": "^4.17.21",
        "reflect-metadata": "^0.2.2",
        "sdp-transform": "^2.14.2",
        "webrtc-adapter": "^8.2.3"
    }
}
