{
  "name": "@amazon-codecatalyst/blueprints.blueprint",
  "description": "This is a empty blueprint that creates an empty project. All blueprints extend from this blueprint at some level.",
  "scripts": {
    "build": "npx projen build",
    "bump": "npx projen bump",
    "bump:preview": "npx projen bump:preview",
    "clobber": "npx projen clobber",
    "compile": "npx projen compile",
    "default": "npx projen default",
    "eject": "npx projen eject",
    "eslint": "npx projen eslint",
    "package": "rm -rf ./dist/js/ && npx projen package",
    "post-compile": "npx projen post-compile",
    "post-upgrade": "npx projen post-upgrade",
    "pre-compile": "npx projen pre-compile",
    "test": "npx projen test",
    "test:update": "npx projen test:update",
    "test:watch": "npx projen test:watch",
    "unbump": "npx projen unbump",
    "upgrade": "npx projen upgrade",
    "watch": "npx projen watch",
    "projen": "npx projen --no-post",
    "blueprint:build-ast": "blueprint build-ast ./lib/blueprint.d.ts --outdir ./lib/",
    "blueprint:validate-options": "blueprint validate-options ./lib/ast.json ./lib/defaults.json",
    "build:lib": "rm -rf ./lib/ && yarn build && yarn blueprint:build-ast && yarn blueprint:validate-options",
    "blueprint:package": "yarn build:lib && yarn blueprint:synth --cache --clean-up false && yarn package",
    "npm:publish": "npm publish dist/js/*.tgz",
    "blueprint:preview": "yarn bump:preview && yarn blueprint:package && blueprint publish ./ --publisher blueprints $*",
    "blueprint:release": "yarn build:lib && yarn bump && yarn blueprint:synth --cache --clean-up false && yarn package && blueprint publish ./ --publisher blueprints $*",
    "blueprint:synth": "blueprint drive-synth --blueprint ./ --outdir ./synth --default-options ./src/defaults.json --additional-options ./src/wizard-configurations $*",
    "blueprint:resynth": "blueprint drive-resynth --blueprint ./ --outdir ./synth --default-options ./src/defaults.json --additional-options ./src/wizard-configurations $*"
  },
  "author": {
    "name": "amazon-codecatalyst",
    "organization": false
  },
  "devDependencies": {
    "@amazon-codecatalyst/blueprint-util.cli": "*",
    "@amazon-codecatalyst/blueprint-util.projen-blueprint": "*",
    "@types/diff-match-patch": "1.x",
    "@types/jest": "*",
    "@types/node": "^18",
    "@typescript-eslint/eslint-plugin": "^5",
    "@typescript-eslint/parser": "^5",
    "eslint": "^8",
    "eslint-import-resolver-node": "*",
    "eslint-import-resolver-typescript": "*",
    "eslint-plugin-import": "*",
    "jest": "*",
    "jest-junit": "^15",
    "npm-check-updates": "^16",
    "projen": "0.71.112",
    "standard-version": "^9",
    "ts-jest": "*",
    "ts-node": "^10",
    "typescript": "^4.x"
  },
  "peerDependencies": {
    "projen": "*"
  },
  "dependencies": {
    "diff-match-patch": "1.x",
    "globule": "*",
    "projen": "0.71.112",
    "yaml": "*"
  },
  "resolutions": {
    "@aws-sdk/client-codecatalyst": "3.414.0",
    "projen": "0.71.112"
  },
  "keywords": [
    "blueprint"
  ],
  "main": "lib/index.js",
  "license": "Apache-2.0",
  "homepage": "https://aws.amazon.com/",
  "version": "0.3.159",
  "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",
  "publishingSpace": "blueprints",
  "mediaUrls": [
    "https://d1.awsstatic.com/logos/aws-logo-lockups/poweredbyaws/PB_AWS_logo_RGB_stacked_REV_SQ.91cd4af40773cbfbd15577a3c2b8a346fe3e8fa2.png"
  ],
  "displayName": "Empty project",
  "files": [
    "static-assets",
    "lib"
  ],
  "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
}
