pkg-types
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>pkg-types</artifactId>
<version>2.3.1</version>
</dependency><?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>pkg-types</artifactId>
<version>2.3.1</version>
<name>pkg-types</name>
<description>Node.js utilities and TypeScript definitions for `package.json` and `tsconfig.json`</description>
<url>https://github.com/unjs/pkg-types#readme</url>
<organization>
<name>pkg-types</name>
<url>https://github.com/unjs/pkg-types#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>pi0</name>
<email>pyapar@gmail.com</email>
</developer>
<developer>
<name>danielroe</name>
<email>daniel@roe.dev</email>
</developer>
</developers>
<scm>
<connection>https://github.com/unjs/pkg-types.git</connection>
<developerConnection>https://github.com/unjs/pkg-types.git</developerConnection>
<url>https://github.com/unjs/pkg-types</url>
</scm>
<issueManagement>
<url>https://github.com/unjs/pkg-types/issues</url>
</issueManagement>
<properties>
<org.mvnpm-exsolve.version>[1.0.8,2)</org.mvnpm-exsolve.version>
<org.mvnpm-pathe.version>[2.0.3,3)</org.mvnpm-pathe.version>
<org.mvnpm-confbox.version>[0.2.4,0.3)</org.mvnpm-confbox.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>confbox</artifactId>
<version>${org.mvnpm-confbox.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>exsolve</artifactId>
<version>${org.mvnpm-exsolve.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>pathe</artifactId>
<version>${org.mvnpm-pathe.version}</version>
</dependency>
</dependencies>
</project>