{
  "name": "cdk-alps-spec-rest-api",
  "repository": {
    "type": "git",
    "url": "https://github.com/mmuller88/cdk-alps-spec-rest-api.git"
  },
  "bin": {},
  "scripts": {
    "projen": "npx projen",
    "start": "npx projen start",
    "compile": "npx projen compile",
    "test": "npx projen test",
    "build": "npx projen build",
    "bump": "npx projen bump",
    "release": "npx projen release",
    "bootstrap": "npx projen bootstrap",
    "test:watch": "npx projen test:watch",
    "test:update": "npx projen test:update",
    "projen:upgrade": "npx projen projen:upgrade",
    "watch": "npx projen watch",
    "package": "npx projen package",
    "eslint": "npx projen eslint",
    "compat": "npx projen compat",
    "docgen": "npx projen docgen"
  },
  "author": {
    "name": "Martin Mueller",
    "email": "damadden88@googlemail.com",
    "organization": false
  },
  "devDependencies": {
    "@aws-cdk/assert": "^1.75.0",
    "@types/jest": "^26.0.19",
    "@types/node": "^10.17.0",
    "@typescript-eslint/eslint-plugin": "^4.3.0",
    "@typescript-eslint/parser": "^4.3.0",
    "eslint": "^7.16.0",
    "eslint-import-resolver-node": "^0.3.4",
    "eslint-import-resolver-typescript": "^2.3.0",
    "eslint-plugin-import": "^2.22.1",
    "jest": "^26.6.3",
    "jest-junit": "^12",
    "jsii": "^1.16.0",
    "jsii-diff": "^1.16.0",
    "jsii-docgen": "^1.5.4",
    "jsii-pacmak": "^1.16.0",
    "jsii-release": "^0.2.8",
    "json-schema": "^0.2.5",
    "projen": "^0.5.10",
    "standard-version": "^9.0.0",
    "ts-jest": "^26.4.4",
    "typescript": "^3.9.5"
  },
  "peerDependencies": {
    "@aws-cdk/aws-apigateway": "^1.75.0",
    "@aws-cdk/aws-iam": "^1.75.0",
    "@aws-cdk/core": "^1.75.0",
    "constructs": "^3.2.27"
  },
  "dependencies": {
    "@aws-cdk/aws-apigateway": "^1.75.0",
    "@aws-cdk/aws-iam": "^1.75.0",
    "@aws-cdk/core": "^1.75.0",
    "alps-unified-ts": "^0.0.37"
  },
  "bundledDependencies": [
    "alps-unified-ts"
  ],
  "keywords": [
    "alps",
    "apigateway",
    "aws",
    "cdk"
  ],
  "main": "lib/index.js",
  "license": "Apache-2.0",
  "version": "0.1.10",
  "jest": {
    "clearMocks": true,
    "collectCoverage": true,
    "coverageDirectory": "coverage",
    "coveragePathIgnorePatterns": [
      "/node_modules/"
    ],
    "testPathIgnorePatterns": [
      "/node_modules/"
    ],
    "testMatch": [
      "**/__tests__/**/*.ts?(x)",
      "**/?(*.)+(spec|test).ts?(x)"
    ],
    "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": {
      "java": {
        "package": "com.github.mmuller88.cdkAlpsSpecRestApi",
        "maven": {
          "groupId": "com.github.mmuller88",
          "artifactId": "cdk-alps-spec-rest-api"
        }
      },
      "python": {
        "distName": "cdk-alps-spec-rest-api",
        "module": "cdk_alps_spec_rest_api"
      },
      "dotnet": {
        "namespace": "com.github.mmuller88",
        "packageId": "com.github.mmuller88.CdkAlpsSpecRestApi"
      }
    },
    "tsc": {
      "outDir": "lib",
      "rootDir": "src"
    }
  },
  "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}