{
  "name": "create-nx-maven-workspace",
  "version": "2.3.0",
  "dependencies": {
    "create-nx-workspace": ">=22.0.0",
    "enquirer": "^2.4.1",
    "yargs": "17.7.2",
    "tslib": "^2.8.1",
    "@jnxplus/common": "2.3.0"
  },
  "type": "commonjs",
  "main": "./src/index.js",
  "typings": "./src/index.d.ts",
  "bin": {
    "create-nx-maven-workspace": "./bin/index.js"
  },
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "author": "Khalil LAGRIDA",
  "homepage": "https://github.com/gridatek/jnxplus/blob/main/packages/create-nx-maven-workspace/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/create-nx-maven-workspace"
  },
  "types": "./bin/index.d.ts"
}