{
  "name": "@aws-solutions-constructs/aws-apigatewayv2websocket-sqs",
  "version": "2.102.0",
  "description": "CDK constructs for defining an interaction between an AWS Lambda function and an Amazon S3 bucket.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/awslabs/aws-solutions-constructs.git",
    "directory": "source/patterns/@aws-solutions-constructs/aws-apigatewayv2websocket-sqs"
  },
  "author": {
    "name": "Amazon Web Services",
    "url": "https://aws.amazon.com",
    "organization": true
  },
  "license": "Apache-2.0",
  "scripts": {
    "build": "tsc -b .",
    "lint": "eslint --config ../eslintrc.config.mjs --no-warn-ignored .",
    "lint-fix": "eslint --config ../eslintrc.config.mjs --ext=.js,.ts --fix .",
    "test": "jest --coverage",
    "clean": "tsc -b --clean",
    "watch": "tsc -b -w",
    "asciidoc": "asciidoctor --failure-level WARNING -o /dev/null README.adoc",
    "integ": "integ-runner --update-on-failed",
    "integ-assert": "integ-runner",
    "integ-no-clean": "integ-runner --update-on-failed --no-clean",
    "jsii": "jsii",
    "jsii-pacmak": "jsii-pacmak",
    "build+lint+test": "npm run jsii && npm run lint && npm run asciidoc && npm test && npm run integ-assert",
    "blt": "npm run build+lint+test",
    "snapshot-update": "npm run jsii && npm test -- -u && npm run integ-assert"
  },
  "jsii": {
    "outdir": "dist",
    "targets": {
      "java": {
        "package": "software.amazon.awsconstructs.services.apigatewayv2websocketsqs",
        "maven": {
          "groupId": "software.amazon.awsconstructs",
          "artifactId": "apigatewayv2websocketsqs"
        }
      },
      "dotnet": {
        "namespace": "Amazon.SolutionsConstructs.AWS.ApiGatewayV2WebsocketSqs",
        "packageId": "Amazon.SolutionsConstructs.AWS.ApiGatewayV2WebsocketSqs",
        "iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png"
      },
      "python": {
        "distName": "aws-solutions-constructs.aws-apigatewayv2websocket-sqs",
        "module": "aws_solutions_constructs.aws_apigatewayv2websocket_sqs"
      }
    }
  },
  "dependencies": {
    "@aws-solutions-constructs/core": "2.102.0",
    "constructs": "^10.0.0"
  },
  "devDependencies": {
    "@aws-cdk/integ-tests-alpha": "2.254.0-alpha.0",
    "@types/jest": "^27.4.0",
    "@types/node": "^20.0.0",
    "constructs": "^10.0.0",
    "aws-cdk-lib": "2.254.0"
  },
  "jest": {
    "moduleFileExtensions": [
      "js"
    ],
    "coverageReporters": [
      "text",
      [
        "lcov",
        {
          "projectRoot": "../../../../"
        }
      ]
    ]
  },
  "peerDependencies": {
    "@aws-solutions-constructs/core": "2.102.0",
    "constructs": "^10.0.0",
    "aws-cdk-lib": "^2.254.0"
  },
  "keywords": [
    "aws",
    "cdk",
    "awscdk",
    "AWS Solutions Constructs",
    "Amazon API Gateway V2",
    "Websocket",
    "Amazon SQS"
  ]
}