<?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>tree-sitter-json</artifactId>
  <version>0.24.8</version>
  <name>tree-sitter-json</name>
  <description>JSON grammar for tree-sitter</description>
  <url>https://github.com/tree-sitter/tree-sitter-json#readme</url>
  <organization>
    <name>Max Brunsfeld</name>
    <url>https://github.com/tree-sitter/tree-sitter-json#readme</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>nathansobo</name>
      <email>nathan@github.com</email>
    </developer>
    <developer>
      <name>maxbrunsfeld</name>
      <email>maxbrunsfeld@gmail.com</email>
    </developer>
    <developer>
      <name>daviwil</name>
      <email>daviwil@github.com</email>
    </developer>
    <developer>
      <name>queerviolet</name>
      <email>npm@ashi.io</email>
    </developer>
    <developer>
      <name>ben3eee</name>
      <email>bene@datakonstruktion.com</email>
    </developer>
    <developer>
      <name>atom-team</name>
      <email>atom@github.com</email>
    </developer>
    <developer>
      <name>jasonrudolph</name>
      <email>jason@jasonrudolph.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/tree-sitter/tree-sitter-json.git</connection>
    <developerConnection>https://github.com/tree-sitter/tree-sitter-json.git</developerConnection>
    <url>https://github.com/tree-sitter/tree-sitter-json</url>
  </scm>
  <issueManagement>
    <url>https://github.com/tree-sitter/tree-sitter-json/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm-node-gyp-build.version>[4.8.2,5)</org.mvnpm-node-gyp-build.version>
    <org.mvnpm-tree-sitter.version>[0.21.1,0.22)</org.mvnpm-tree-sitter.version>
    <org.mvnpm-node-addon-api.version>[8.2.2,9)</org.mvnpm-node-addon-api.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>node-addon-api</artifactId>
      <version>${org.mvnpm-node-addon-api.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>node-gyp-build</artifactId>
      <version>${org.mvnpm-node-gyp-build.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>tree-sitter</artifactId>
      <version>${org.mvnpm-tree-sitter.version}</version>
    </dependency>
  </dependencies>
</project>
