{
  "name": "ng-morph",
  "version": "5.0.0",
  "description": "Code mutations were never easier than now",
  "keywords": [
    "typescript",
    "ast",
    "mutations",
    "angular",
    "schematics"
  ],
  "homepage": "https://taiga-family.github.io/ng-morph/",
  "repository": {
    "type": "git",
    "url": "https://github.com/taiga-family/ng-morph"
  },
  "license": "Apache-2.0",
  "contributors": [
    {
      "email": "katsuba.igor@gmail.ru",
      "name": "Igor Katsuba"
    },
    {
      "email": "79601794011@ya.ru",
      "name": "Roman Sedov"
    }
  ],
  "dependencies": {
    "jsonc-parser": "3.3.1",
    "minimatch": "10.2.5",
    "multimatch": "8.0.0",
    "ts-morph": "27.0.2"
  },
  "peerDependencies": {
    "@angular-devkit/core": ">=19.0.0",
    "@angular-devkit/schematics": ">=19.0.0",
    "@types/semver": "^7.7.1",
    "tslib": "^2.8.1"
  },
  "authors": [
    "Igor Katsuba <katsuba.igor@gmail.ru>"
  ],
  "types": "./src/index.d.ts",
  "main": "./src/index.js",
  "type": "commonjs"
}