{
  "name": "@aws-solutions-constructs/core",
  "version": "2.101.0",
  "description": "Core CDK Construct for patterns library",
  "main": "index.js",
  "types": "index.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/awslabs/aws-solutions-constructs.git",
    "directory": "source/patterns/@aws-solutions-constructs/core"
  },
  "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",
    "integ": "integ-runner --update-on-failed",
    "integ-assert": "integ-runner",
    "jsii": "jsii",
    "jsii-pacmak": "jsii-pacmak",
    "nohoist": "./nohoist.sh",
    "build+lint+test": "npm run jsii && npm run lint && npm test && npm run integ-assert && npm run nohoist",
    "blt": "npm run build+lint+test",
    "snapshot-update": "npm test -- -u"
  },
  "jsii": {
    "outdir": "dist",
    "targets": {
      "java": {
        "package": "software.amazon.awsconstructs.services.core",
        "maven": {
          "groupId": "software.amazon.awsconstructs",
          "artifactId": "core"
        }
      },
      "dotnet": {
        "namespace": "Amazon.SolutionsConstructs.AWS.Core",
        "packageId": "Amazon.SolutionsConstructs.AWS.Core",
        "iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png"
      },
      "python": {
        "distName": "aws-solutions-constructs.core",
        "module": "aws_solutions_constructs.core"
      }
    }
  },
  "dependencies": {
    "deep-diff": "^1.0.2",
    "deepmerge": "^4.0.0",
    "npmlog": "^7.0.0",
    "constructs": "^10.0.0",
    "@aws-cdk/cloud-assembly-schema": "^53.13.0"
  },
  "devDependencies": {
    "@types/deep-diff": "^1.0.0",
    "@types/npmlog": "^7.0.0",
    "@types/prettier": "2.6.0",
    "@types/jest": "^27.4.0",
    "@types/node": "^20.0.0",
    "constructs": "^10.0.0",
    "aws-cdk-lib": "2.248.0"
  },
  "jest": {
    "moduleFileExtensions": [
      "js"
    ],
    "coverageReporters": [
      "text",
      [
        "lcov",
        {
          "projectRoot": "../../../../"
        }
      ]
    ]
  },
  "bundledDependencies": [
    "deepmerge",
    "npmlog",
    "deep-diff"
  ],
  "peerDependencies": {
    "constructs": "^10.0.0",
    "aws-cdk-lib": "^2.248.0"
  }
}