<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.apollographql.mock</groupId>
  <artifactId>executable-schema-wasm-js</artifactId>
  <version>0.0.0-SNPASHOT</version>
  <packaging>klib</packaging>
  <name>executable-schema</name>
  <description>Apollo Mocks</description>
  <url>https://github.com/apollographql/apollo-mock</url>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>apollo-mock authors</id>
      <name>apollo-mock authors</name>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/apollographql/apollo-mock</connection>
    <developerConnection>https://github.com/apollographql/apollo-mock</developerConnection>
    <url>https://github.com/apollographql/apollo-mock</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-wasm-js</artifactId>
      <version>2.4.20-RC</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.apollographql.apollo</groupId>
      <artifactId>apollo-ast-wasm-js</artifactId>
      <version>5.1.1-20260915</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.apollographql.execution</groupId>
      <artifactId>apollo-execution-runtime-wasm-js</artifactId>
      <version>0.1.3-SNAPSHOT-d346e2240d076db0d1f973846dcb7f6e559879e3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.apollographql.apollo</groupId>
      <artifactId>apollo-execution-wasm-js</artifactId>
      <version>5.1.1-20260915</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-serialization-json-wasm-js</artifactId>
      <version>1.11.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-io-core-wasm-js</artifactId>
      <version>0.9.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-core-wasm-js</artifactId>
      <version>1.11.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
