{
  "name": "@aws-cdk/service-spec-importers",
  "description": "Import service sources into a service model database",
  "repository": {
    "type": "git",
    "url": "https://github.com/cdklabs/awscdk-service-spec",
    "directory": "packages/@aws-cdk/service-spec-importers"
  },
  "bin": {
    "analyze-db": "bin/analyze-db",
    "diff-db": "bin/diff-db",
    "import-db": "bin/import-db"
  },
  "scripts": {
    "analyze:db": "projen analyze:db",
    "build": "projen build",
    "build:db": "projen build:db",
    "bump": "projen bump",
    "check-for-updates": "projen check-for-updates",
    "compile": "projen compile",
    "default": "projen default",
    "diff:db": "projen diff:db",
    "eslint": "projen eslint",
    "gather-versions": "projen gather-versions",
    "gen-schemas": "projen gen-schemas",
    "nx": "projen nx",
    "package": "projen package",
    "post-compile": "projen post-compile",
    "pre-compile": "projen pre-compile",
    "test": "projen test",
    "test:watch": "projen test:watch",
    "unbump": "projen unbump",
    "watch": "projen watch",
    "projen": "projen"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/glob": "^8",
    "@types/jest": "^29.5.14",
    "@types/node": "^18",
    "@typescript-eslint/eslint-plugin": "^8",
    "@typescript-eslint/parser": "^8",
    "ajv-cli": "^5",
    "commit-and-tag-version": "^12",
    "constructs": "^10.0.0",
    "eslint": "^9",
    "eslint-config-prettier": "^8.10.2",
    "eslint-import-resolver-typescript": "^3.10.1",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-prettier": "^4.2.5",
    "jest": "^29.7.0",
    "jest-junit": "^17",
    "nx": "^22.7.7",
    "prettier": "^2.8.8",
    "source-map-support": "^0.5.21",
    "ts-jest": "^29.4.11",
    "ts-json-schema-generator": "^2.9.0",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "@aws-cdk/service-spec-types": "^0.0.261",
    "@cdklabs/tskb": "^0.0.4",
    "ajv": "^6",
    "canonicalize": "^2.1.0",
    "chalk": "^4",
    "commander": "^11.1.0",
    "fast-json-patch": "^3.1.1",
    "fs-extra": "^11.3.6",
    "glob": "^8",
    "sort-json": "^2.0.1"
  },
  "devEngines": {
    "packageManager": {
      "name": "yarn",
      "version": ">=4",
      "onFail": "ignore"
    }
  },
  "main": "lib/index.js",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "version": "0.0.134",
  "packageManager": "yarn@4.13.0",
  "jest": {
    "coverageProvider": "v8",
    "testMatch": [
      "<rootDir>/@(src|test)/**/*(*.)@(spec|test).ts?(x)",
      "<rootDir>/@(src|test)/**/__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": "test/tsconfig.json"
        }
      ]
    }
  },
  "types": "lib/index.d.ts",
  "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"yarn projen\"."
}
