{
  "name": "amazon-connect-streams",
  "version": "2.25.1",
  "description": "Amazon Connect Streams Library",
  "engines": {
    "node": ">=12.0.0"
  },
  "directories": {
    "lib": "./release"
  },
  "files": [
    "/release",
    "/src/index.d.ts"
  ],
  "main": "release/connect-streams.js",
  "types": "src/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/amazon-connect/amazon-connect-streams.git"
  },
  "keywords": [
    "streams",
    "softphone",
    "ringtone",
    "connect"
  ],
  "scripts": {
    "release": "npm run build-streams && npm run build-streams-dr && npm run test-mocha && npm run test-mocha-dr",
    "build-streams": "webpack --config ./webpack/connect-streams.config.js && webpack --config ./webpack/connect-streams-min.config.js",
    "build-streams-dr": "webpack --config ./webpack/connect-streams-dr.config.js && webpack --config ./webpack/connect-streams-dr-min.config.js",
    "test-mocha": "nyc mocha \"test/unit/**/*.spec.js\" --ignore \"test/unit/drCoordinator/**\" --exit",
    "test-mocha-dr": "nyc mocha \"test/unit/drCoordinator/*.spec.js\" --exit",
    "clean": "rm -rf build/ node_modules build package-lock.json"
  },
  "author": "Amazon Web Services",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/amazon-connect/amazon-connect-streams/issues"
  },
  "homepage": "https://github.com/amazon-connect/amazon-connect-streams#readme",
  "dependencies": {
    "@amazon-connect/activity": "1.0.11",
    "@amazon-connect/core": "1.0.11",
    "@amazon-connect/contact": "1.0.11",
    "@amazon-connect/site": "1.0.11",
    "@amazon-connect/site-streams": "1.0.11",
    "@amazon-connect/voice": "1.0.11",
    "amazon-chime-sdk-js": "^3.29.0"
  },
  "devDependencies": {
    "@babel/eslint-parser": "^7.24.5",
    "@babel/preset-env": "^7.24.5",
    "@babel/preset-typescript": "^7.24.1",
    "@typescript-eslint/eslint-plugin": "^5.59.1",
    "@typescript-eslint/parser": "^5.59.1",
    "babel": "^6.23.0",
    "babel-jest": "^29.7.0",
    "babel-loader": "^9.1.3",
    "chai": "^4.3.7",
    "eslint": "^8.39.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-import": "^2.27.5",
    "jest": "^29.7.0",
    "jshint": "^2.13.6",
    "mocha": "^10.2.0",
    "mocha-jsdom": "^2.0.0",
    "nyc": "^15.1.0",
    "prettier": "^2.8.8",
    "proxyquire": "^2.1.3",
    "pump": "^3.0.0",
    "sinon": "^12.0.0",
    "terser-webpack-plugin": "^5.3.10",
    "typescript": "^5.4.5",
    "webpack": "^5.91.0",
    "webpack-cli": "^5.1.4",
    "webpack-plugin-replace": "^1.2.0"
  }
}