{
  "name": "cdk-drizzle-migrate",
  "description": "AWS CDK construct for running Drizzle ORM migrations",
  "repository": {
    "type": "git",
    "url": "https://github.com/berenddeboer/cdk-drizzle-migrate.git"
  },
  "scripts": {
    "build": "npx projen build",
    "build:handler": "npx projen build:handler",
    "bump": "npx projen bump",
    "clobber": "npx projen clobber",
    "compat": "npx projen compat",
    "compile": "npx projen compile",
    "copy:handler": "npx projen copy:handler",
    "default": "npx projen default",
    "docgen": "npx projen docgen",
    "eject": "npx projen eject",
    "eslint": "npx projen eslint",
    "format": "npx projen format",
    "integ:deploy:mariadb": "npx projen integ:deploy:mariadb",
    "integ:deploy:postgres": "npx projen integ:deploy:postgres",
    "integ:deploy:serverless": "npx projen integ:deploy:serverless",
    "integ:destroy:mariadb": "npx projen integ:destroy:mariadb",
    "integ:destroy:postgres": "npx projen integ:destroy:postgres",
    "integ:destroy:serverless": "npx projen integ:destroy:serverless",
    "integ:generate-migrations:mariadb": "npx projen integ:generate-migrations:mariadb",
    "integ:generate-migrations:postgres": "npx projen integ:generate-migrations:postgres",
    "integ:generate-migrations:serverless": "npx projen integ:generate-migrations:serverless",
    "integ:synth:all": "npx projen integ:synth:all",
    "integ:synth:mariadb": "npx projen integ:synth:mariadb",
    "integ:synth:postgres": "npx projen integ:synth:postgres",
    "integ:synth:serverless": "npx projen integ:synth:serverless",
    "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"
  },
  "author": {
    "name": "Berend de Boer",
    "email": "berend@pobox.com",
    "organization": false
  },
  "devDependencies": {
    "@aws-sdk/client-secrets-manager": "^3.758.0",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.13.10",
    "@typescript-eslint/eslint-plugin": "^8",
    "@typescript-eslint/parser": "^8",
    "aws-cdk": "^2.1004.0",
    "aws-cdk-lib": "2.171.1",
    "commit-and-tag-version": "^12",
    "constructs": "10.3.0",
    "drizzle-kit": "^0.30.5",
    "drizzle-orm": "^0.40.0",
    "esbuild": "^0.25.1",
    "eslint": "^8",
    "eslint-config-prettier": "^10.1.1",
    "eslint-import-resolver-typescript": "^3.8.5",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-prettier": "^5.2.3",
    "jest": "^29.7.0",
    "jest-junit": "^16",
    "jsii": "~5.7.0",
    "jsii-diff": "^1.109.0",
    "jsii-docgen": "^10.5.0",
    "jsii-pacmak": "^1.109.0",
    "jsii-rosetta": "~5.7.0",
    "mysql2": "^3.13.0",
    "postgres": "^3.4.5",
    "prettier": "^3.5.3",
    "projen": "^0.91.14",
    "ts-jest": "^29.2.6",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.2"
  },
  "peerDependencies": {
    "aws-cdk-lib": "^2.171.1",
    "constructs": "^10.3.0"
  },
  "dependencies": {
    "@types/aws-lambda": "^8.10.147"
  },
  "bundledDependencies": [
    "@types/aws-lambda"
  ],
  "keywords": [
    "aurora",
    "aws",
    "aws-cdk",
    "cdk",
    "drizzle",
    "drizzle-kit",
    "drizzle-orm",
    "rds"
  ],
  "main": "lib/index.js",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "version": "0.0.11",
  "jest": {
    "coverageProvider": "v8",
    "testMatch": [
      "<rootDir>/@(src|test)/**/*(*.)@(spec|test).ts?(x)",
      "<rootDir>/@(src|test)/**/__tests__/**/*.ts?(x)",
      "<rootDir>/@(projenrc)/**/*(*.)@(spec|test).ts?(x)",
      "<rootDir>/@(projenrc)/**/__tests__/**/*.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"
        }
      ]
    ],
    "transform": {
      "^.+\\.[t]sx?$": [
        "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\"."
}
