{
  "name": "@wheatstalk/cdk-crashy-task-metrics",
  "description": "Create metrics and alarms for ECS tasks that stop for reasons other than scaling activities. (i.e., crashes.)",
  "repository": {
    "type": "git",
    "url": "https://github.com/wheatstalk/cdk-crashy-task-metrics.git"
  },
  "scripts": {
    "build": "npx projen build",
    "bump": "npx projen bump",
    "clobber": "npx projen clobber",
    "compat": "npx projen compat",
    "compile": "npx projen compile",
    "default": "npx projen default",
    "docgen": "npx projen docgen",
    "eslint": "npx projen eslint",
    "package": "npx projen package",
    "post-compile": "npx projen post-compile",
    "pre-compile": "npx projen pre-compile",
    "publish:github": "npx projen publish:github",
    "publish:npm": "npx projen publish:npm",
    "release": "npx projen release",
    "test": "npx projen test",
    "test:update": "npx projen test:update",
    "test:watch": "npx projen test:watch",
    "unbump": "npx projen unbump",
    "upgrade": "npx projen upgrade",
    "watch": "npx projen watch",
    "projen": "npx projen",
    "it:lit": "cdk --app \"ts-node -P tsconfig.eslint.json src/it/it-lit.ts\""
  },
  "author": {
    "name": "Josh Kellendonk",
    "email": "joshkellendonk@gmail.com",
    "organization": false
  },
  "devDependencies": {
    "@aws-cdk/assert": "^1.95.2",
    "@aws-cdk/aws-cloudwatch": "^1.95.2",
    "@aws-cdk/aws-ecs": "^1.95.2",
    "@aws-cdk/aws-events": "^1.95.2",
    "@aws-cdk/aws-events-targets": "^1.95.2",
    "@aws-cdk/aws-iam": "^1.95.2",
    "@aws-cdk/aws-lambda": "^1.95.2",
    "@aws-cdk/aws-logs": "^1.95.2",
    "@aws-cdk/core": "^1.95.2",
    "@types/jest": "^27.0.3",
    "@types/node": "^12.13.0",
    "@typescript-eslint/eslint-plugin": "^4.33.0",
    "@typescript-eslint/parser": "^4.33.0",
    "aws-cdk": "^1.95.2",
    "aws-sdk": "^2",
    "eslint": "^7.32.0",
    "eslint-import-resolver-node": "^0.3.6",
    "eslint-import-resolver-typescript": "^2.5.0",
    "eslint-plugin-import": "^2.25.3",
    "jest": "^27.4.3",
    "jest-junit": "^12",
    "jsii": "^1.46.0",
    "jsii-diff": "^1.46.0",
    "jsii-docgen": "^3.8.31",
    "jsii-pacmak": "^1.46.0",
    "json-schema": "^0.4.0",
    "npm-check-updates": "^11",
    "projen": "^0.36.1",
    "standard-version": "^9",
    "ts-jest": "^27.0.7",
    "ts-node": "^9",
    "typescript": "^4.5.2"
  },
  "peerDependencies": {
    "@aws-cdk/aws-cloudwatch": "^1.95.2",
    "@aws-cdk/aws-ecs": "^1.95.2",
    "@aws-cdk/aws-events": "^1.95.2",
    "@aws-cdk/aws-events-targets": "^1.95.2",
    "@aws-cdk/aws-iam": "^1.95.2",
    "@aws-cdk/aws-lambda": "^1.95.2",
    "@aws-cdk/aws-logs": "^1.95.2",
    "@aws-cdk/core": "^1.95.2",
    "constructs": "^3.2.27"
  },
  "bundledDependencies": [],
  "keywords": [
    "alarms",
    "cdk",
    "cloudwatch",
    "ecs",
    "fargate"
  ],
  "engines": {
    "node": ">= 12.13.0"
  },
  "main": "lib/index.js",
  "license": "Apache-2.0",
  "version": "0.0.107",
  "jest": {
    "testMatch": [
      "**/__tests__/**/*.ts?(x)",
      "**/?(*.)+(spec|test).ts?(x)"
    ],
    "clearMocks": true,
    "collectCoverage": true,
    "coverageReporters": [
      "json",
      "lcov",
      "clover",
      "text"
    ],
    "coverageDirectory": "coverage",
    "coveragePathIgnorePatterns": [
      "/node_modules/"
    ],
    "testPathIgnorePatterns": [
      "/node_modules/"
    ],
    "watchPathIgnorePatterns": [
      "/node_modules/"
    ],
    "reporters": [
      "default",
      [
        "jest-junit",
        {
          "outputDirectory": "test-reports"
        }
      ]
    ],
    "preset": "ts-jest",
    "globals": {
      "ts-jest": {
        "tsconfig": "tsconfig.dev.json"
      }
    }
  },
  "types": "lib/index.d.ts",
  "stability": "stable",
  "jsii": {
    "outdir": "dist",
    "targets": {},
    "tsc": {
      "outDir": "lib",
      "rootDir": "src"
    }
  },
  "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}