UNPKG

@jnxplus/nx-maven

Version:

[![npm version](https://badge.fury.io/js/@jnxplus%2Fnx-maven.svg)](https://badge.fury.io/js/@jnxplus%2Fnx-maven)

52 lines 1.2 kB
{ "name": "@jnxplus/nx-maven", "version": "2.3.0", "type": "commonjs", "main": "src/index.js", "generators": "./generators.json", "executors": "./executors.json", "exports": { ".": "./src/index.js", "./package.json": "./package.json", "./generators.json": "./generators.json", "./executors.json": "./executors.json" }, "private": false, "publishConfig": { "access": "public" }, "license": "MIT", "author": "Khalil LAGRIDA", "homepage": "https://github.com/gridatek/jnxplus/blob/main/packages/nx-maven/README.md", "bugs": { "url": "https://github.com/gridatek/jnxplus/issues" }, "keywords": [ "nx", "nx-workspace", "nx-plugin", "java", "spring", "spring-boot", "quarkus", "micronaut", "maven", "maven multi-module project" ], "repository": { "type": "git", "url": "https://github.com/gridatek/jnxplus.git", "directory": "packages/nx-maven" }, "dependencies": { "@jnxplus/common": "2.3.0", "@jnxplus/xml": "2.3.0", "xmldoc": "^2.0.1", "tslib": "^2.8.1" }, "peerDependencies": { "@nx/devkit": ">= 22", "nx": ">= 22" }, "types": "./src/index.d.ts" }