<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.mvnpm.at.ts-morph</groupId>
  <artifactId>common</artifactId>
  <version>0.28.1</version>
  <name>ts-morph common</name>
  <description>Common functionality for ts-morph packages.</description>
  <url>https://github.com/dsherret/ts-morph#readme</url>
  <organization>
    <name>David Sherret</name>
    <url>https://github.com/dsherret/ts-morph#readme</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>dsherret</name>
      <email>dsherret@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/dsherret/ts-morph.git</connection>
    <developerConnection>https://github.com/dsherret/ts-morph.git</developerConnection>
    <url>https://github.com/dsherret/ts-morph</url>
  </scm>
  <issueManagement>
    <url>https://github.com/dsherret/ts-morph/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm-path-browserify.version>[1.0.1,2)</org.mvnpm-path-browserify.version>
    <org.mvnpm-tinyglobby.version>[0.2.14,0.3)</org.mvnpm-tinyglobby.version>
    <org.mvnpm-minimatch.version>[10.0.1,11)</org.mvnpm-minimatch.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>minimatch</artifactId>
      <version>${org.mvnpm-minimatch.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>path-browserify</artifactId>
      <version>${org.mvnpm-path-browserify.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>tinyglobby</artifactId>
      <version>${org.mvnpm-tinyglobby.version}</version>
    </dependency>
  </dependencies>
</project>
