{
  "name": "cdk-turborepo-remote-cache",
  "description": "Deploy turborepo-remote-cache serverless on aws",
  "repository": {
    "type": "git",
    "url": "https://github.com/NimmLor/cdk-turborepo-remote-cache.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",
    "eject": "npx projen eject",
    "package": "npx projen package",
    "package-all": "npx projen package-all",
    "package:js": "npx projen package:js",
    "post-compile": "npx projen post-compile",
    "post-upgrade": "npx projen post-upgrade",
    "pre-compile": "npx projen pre-compile",
    "release": "npx projen release",
    "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",
    "cdk": "cdk",
    "e2e": "yarn build && yarn cdk deploy --all --app \"./lib/integ.default.js\" --require-approval never --outputs-file ./cdk.out/integ-outputs.json"
  },
  "author": {
    "name": "Lorenz Nimmervoll",
    "email": "admin@nimmervoll.work",
    "organization": false
  },
  "devDependencies": {
    "@atws/eslint-config": "^3.2.0",
    "@atws/prettier-config": "^2.0.0",
    "@atws/projen-config": "^1.9.5",
    "@types/jest": "^29.5.4",
    "@types/node": "^16",
    "aws-cdk-lib": "2.51.0",
    "constructs": "10.0.5",
    "esbuild": "^0.19.3",
    "eslint": "^8",
    "jest": "^29.7.0",
    "jest-junit": "^15",
    "jsii": "~5.0.0",
    "jsii-diff": "^1.88.0",
    "jsii-docgen": "^9.1.2",
    "jsii-pacmak": "^1.88.0",
    "jsii-rosetta": "~5.0.0",
    "npm-check-updates": "^16",
    "prettier": "^3.0.3",
    "projen": "^0.73.21",
    "standard-version": "^9",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "turborepo-remote-cache": "^1.15.0",
    "typescript": "^5.2.2"
  },
  "peerDependencies": {
    "aws-cdk-lib": "^2.51.0",
    "constructs": "^10.0.5"
  },
  "keywords": [
    "aws-cdk",
    "awscdk",
    "cdk",
    "remote-cache",
    "turborepo"
  ],
  "main": "lib/index.js",
  "license": "Apache-2.0",
  "version": "0.0.2",
  "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",
  "stability": "stable",
  "jsii": {
    "outdir": "dist",
    "targets": {},
    "tsc": {
      "outDir": "lib",
      "rootDir": "src"
    }
  },
  "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
}
