{
  "version": "19.0.4",
  "name": "@rxap/schematics-xml-parser",
  "description": "This package provides utilities for parsing XML templates within Angular Schematics. It includes functionality to locate templates in a file system, parse them using a specified DOMParser, and register custom elements for parsing. The package also offers elements for defining modules, types, and methods within the XML templates.\n",
  "license": "GPL-3.0-or-later",
  "dependencies": {
    "@angular-devkit/core": "^19.2.1",
    "@angular-devkit/schematics": "^19.2.1",
    "@nx/devkit": "20.5.0",
    "@rxap/schematics-ts-morph": "^19.1.0",
    "@rxap/schematics-utilities": "^19.0.4",
    "@rxap/xml-parser": "^16.2.0",
    "ts-morph": "^18.0.0",
    "tslib": "2.6.2"
  },
  "author": {
    "name": "Merzough Münker",
    "email": "mmuenker@digitaix.com"
  },
  "bugs": {
    "url": "https://gitlab.com/rxap/packages/-/issues",
    "email": "incoming+rxap-packages-14898188-issue-@incoming.gitlab.com"
  },
  "generators": "./generators.json",
  "homepage": "https:/gitlab.com/rxap/packages/packages/schematic/xml-parser",
  "keywords": [
    "packages",
    "rxap",
    "schematic",
    "schematic-xml-parser",
    "scope:utilities",
    "xml-parser"
  ],
  "publishConfig": {
    "access": "public",
    "directory": "../../../dist/packages/schematic/xml-parser"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/rxap/packages.git",
    "directory": "packages/schematic/xml-parser"
  },
  "schematics": "./generators.json",
  "type": "commonjs",
  "gitHead": "3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa",
  "types": "./src/index.d.ts",
  "main": "./src/index.js"
}
