{
  "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"
}