{
  "name": "@amazon-codecatalyst/blueprint-component.source-repositories",
  "description": "This is a representation of a codecatalyst source repository.",
  "scripts": {
    "build": "npx projen build",
    "bump": "npx projen bump",
    "clobber": "npx projen clobber",
    "compile": "npx projen compile",
    "default": "npx projen default",
    "eject": "npx projen eject",
    "eslint": "npx projen eslint",
    "package": "npx projen package",
    "post-compile": "npx projen post-compile",
    "post-upgrade": "npx projen post-upgrade",
    "pre-compile": "npx projen pre-compile",
    "test": "npx projen test",
    "test:watch": "npx projen test:watch",
    "unbump": "npx projen unbump",
    "upgrade": "npx projen upgrade",
    "watch": "npx projen watch",
    "projen": "npx projen --no-post",
    "component:package": "yarn build && yarn package",
    "npm:push": "yarn bump && yarn component:package && yarn npm:publish",
    "npm:publish": "npm publish dist/js/*.tgz"
  },
  "devDependencies": {
    "@amazon-codecatalyst/blueprint-util.projen-blueprint-component": "*",
    "@amazon-codecatalyst/blueprints.blueprint": "*",
    "@types/jest": "*",
    "@types/node": "^18",
    "@typescript-eslint/eslint-plugin": "^5",
    "@typescript-eslint/parser": "^5",
    "eslint": "^8",
    "eslint-import-resolver-node": "*",
    "eslint-import-resolver-typescript": "*",
    "eslint-plugin-import": "*",
    "jest": "*",
    "jest-junit": "^15",
    "npm-check-updates": "^16",
    "projen": "*",
    "standard-version": "^9",
    "ts-jest": "*",
    "ts-node": "^10",
    "typescript": "^4.x"
  },
  "peerDependencies": {
    "@amazon-codecatalyst/blueprints.blueprint": "*",
    "projen": "*"
  },
  "dependencies": {
    "camelcase": "5.3.x",
    "decamelize": "5.0.x",
    "glob": "^10",
    "minimatch": "^9",
    "mustache": "^4",
    "projen": "0.71.112"
  },
  "main": "lib/index.js",
  "license": "Apache-2.0",
  "version": "0.3.159",
  "jest": {
    "testMatch": [
      "<rootDir>/src/**/__tests__/**/*.ts?(x)",
      "<rootDir>/(test|src)/**/*(*.)@(spec|test).ts?(x)"
    ],
    "clearMocks": true,
    "collectCoverage": true,
    "coverageReporters": [
      "json",
      "lcov",
      "clover",
      "cobertura",
      "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",
  "preferGlobal": true,
  "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
}
