{
  "name": "initialized-dynamodb-table",
  "description": "Initialize DynamoDB tables from a local JSON file",
  "repository": {
    "type": "git",
    "url": "https://github.com/mattmurr/initialized-dynamodb-table.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",
    "upgrade-dependencies": "npx projen upgrade-dependencies",
    "upgrade-projen": "npx projen upgrade-projen",
    "default": "npx projen default",
    "watch": "npx projen watch",
    "package": "npx projen package",
    "eslint": "npx projen eslint",
    "compat": "npx projen compat",
    "publish:npm": "npx projen publish:npm",
    "docgen": "npx projen docgen",
    "release": "npx projen release",
    "projen": "npx projen",
    "start": "npx projen start"
  },
  "author": {
    "name": "Matthew Murray",
    "email": "mattmurr.uk@gmail.com",
    "organization": false
  },
  "devDependencies": {
    "@aws-cdk/assert": "^1.95.2",
    "@types/jest": "^26.0.24",
    "@types/node": "^10.17.0",
    "@typescript-eslint/eslint-plugin": "^4.28.5",
    "@typescript-eslint/parser": "^4.28.5",
    "eslint": "^7.31.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-import-resolver-node": "^0.3.4",
    "eslint-import-resolver-typescript": "^2.4.0",
    "eslint-plugin-import": "^2.23.4",
    "eslint-plugin-prettier": "^3.4.0",
    "jest": "^27.0.6",
    "jest-junit": "^12",
    "jsii": "^1.32.0",
    "jsii-diff": "^1.32.0",
    "jsii-docgen": "^3.2.8",
    "jsii-pacmak": "^1.32.0",
    "json-schema": "^0.3.0",
    "npm-check-updates": "^11",
    "prettier": "^2.3.2",
    "projen": "^0.27.6",
    "standard-version": "^9",
    "ts-jest": "^27.0.4",
    "typescript": "^4.3.5"
  },
  "peerDependencies": {
    "@aws-cdk/aws-dynamodb": "^1.95.2",
    "@aws-cdk/core": "^1.95.2",
    "@aws-cdk/custom-resources": "^1.95.2",
    "constructs": "^3.2.27"
  },
  "dependencies": {
    "@aws-cdk/aws-dynamodb": "^1.95.2",
    "@aws-cdk/core": "^1.95.2",
    "@aws-cdk/custom-resources": "^1.95.2",
    "@aws-sdk/client-dynamodb": "^3.23.0",
    "@aws-sdk/util-dynamodb": "^3.23.0"
  },
  "bundledDependencies": [
    "@aws-sdk/client-dynamodb",
    "@aws-sdk/util-dynamodb"
  ],
  "keywords": [
    "cdk"
  ],
  "main": "lib/index.js",
  "license": "MIT",
  "version": "0.0.1",
  "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.jest.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\"."
}