<?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.vitest</groupId>
  <artifactId>pretty-format</artifactId>
  <version>2.0.5</version>
  <name>vitest pretty-format</name>
  <description>Fork of pretty-format with support for ESM</description>
  <url>https://github.com/vitest-dev/vitest/tree/main/packages/utils#readme</url>
  <organization>
    <name>vitest pretty-format</name>
    <url>https://github.com/vitest-dev/vitest/tree/main/packages/utils#readme</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>vitestbot</name>
      <email>vitest.dev@gmail.com</email>
    </developer>
    <developer>
      <name>oreanno</name>
      <email>foxzdavinci@gmail.com</email>
    </developer>
    <developer>
      <name>patak</name>
      <email>hey.patak@gmail.com</email>
    </developer>
    <developer>
      <name>antfu</name>
      <email>anthonyfu117@hotmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/vitest-dev/vitest.git</connection>
    <developerConnection>https://github.com/vitest-dev/vitest.git</developerConnection>
    <url>https://github.com/vitest-dev/vitest</url>
  </scm>
  <issueManagement>
    <url>https://github.com/vitest-dev/vitest/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm-tinyrainbow.version>[1.2.0,2)</org.mvnpm-tinyrainbow.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>tinyrainbow</artifactId>
      <version>${org.mvnpm-tinyrainbow.version}</version>
    </dependency>
  </dependencies>
</project>
