{
  "name": "jest-aws-client-mock",
  "description": "Jest mock for AWS SDK v3 Clients",
  "repository": {
    "type": "git",
    "url": "https://github.com/hupe1980/jest-aws-client-mock.git"
  },
  "scripts": {
    "clobber": "npx projen clobber",
    "compile": "npx projen compile",
    "test:compile": "npx projen test:compile",
    "test": "npx projen test",
    "build": "npx projen build",
    "test:watch": "npx projen test:watch",
    "test:update": "npx projen test:update",
    "bump": "npx projen bump",
    "unbump": "npx projen unbump",
    "publish:github": "npx projen publish:github",
    "publish:npm": "npx projen publish:npm",
    "default": "npx projen default",
    "watch": "npx projen watch",
    "package": "npx projen package",
    "eslint": "npx projen eslint",
    "release": "npx projen release",
    "upgrade": "npx projen upgrade",
    "upgrade-projen": "npx projen upgrade-projen",
    "projen": "npx projen"
  },
  "devDependencies": {
    "@aws-sdk/client-dynamodb": "^3.46.0",
    "@aws-sdk/client-sns": "^3.46.0",
    "@aws-sdk/lib-dynamodb": "^3.46.0",
    "@aws-sdk/types": "^3.46.0",
    "@types/jest": "^27.4.0",
    "@types/node": "^14.17.0",
    "@typescript-eslint/eslint-plugin": "^5.9.0",
    "@typescript-eslint/parser": "^5.9.0",
    "eslint": "^8.6.0",
    "eslint-import-resolver-node": "^0.3.6",
    "eslint-import-resolver-typescript": "^2.5.0",
    "eslint-plugin-import": "^2.25.4",
    "jest": "^27.4.7",
    "jest-junit": "^12",
    "json-schema": "^0.4.0",
    "npm-check-updates": "^11",
    "projen": "^0.30.0",
    "standard-version": "^9",
    "ts-jest": "^27.1.2",
    "typescript": "^4.5.4"
  },
  "bundledDependencies": [],
  "keywords": [
    "aws",
    "aws-client",
    "aws-sdk-v3",
    "jest",
    "mock"
  ],
  "main": "lib/index.js",
  "license": "MIT",
  "version": "0.0.26",
  "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",
  "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}