<?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</groupId>
  <artifactId>tsconfck</artifactId>
  <version>3.1.6</version>
  <name>tsconfck</name>
  <description>A utility to work with tsconfig.json without typescript</description>
  <url>https://github.com/dominikg/tsconfck/tree/main/packages/tsconfck#readme</url>
  <organization>
    <name>dominikg</name>
    <url>https://github.com/dominikg/tsconfck/tree/main/packages/tsconfck#readme</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>dominik_g</name>
      <email>dominik.goepel@gmx.de</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/dominikg/tsconfck.git</connection>
    <developerConnection>https://github.com/dominikg/tsconfck.git</developerConnection>
    <url>https://github.com/dominikg/tsconfck</url>
  </scm>
  <issueManagement>
    <url>https://github.com/dominikg/tsconfck/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm-typescript.version>[5.0.0,6)</org.mvnpm-typescript.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>typescript</artifactId>
      <version>${org.mvnpm-typescript.version}</version>
      <scope>provided</scope>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>
