UNPKG

create-nx-maven-workspace

Version:

[![npm version](https://badge.fury.io/js/create-nx-maven-workspace.svg)](https://badge.fury.io/js/create-nx-maven-workspace)

44 lines 1.03 kB
{ "name": "create-nx-maven-workspace", "version": "1.16.1", "dependencies": { "create-nx-workspace": "^20.0.0", "enquirer": "^2.4.1", "yargs": "^17.7.2", "tslib": "^2.7.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/khalilou88/jnxplus/blob/main/packages/create-nx-maven-workspace/README.md", "bugs": { "url": "https://github.com/khalilou88/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/khalilou88/jnxplus.git", "directory": "packages/create-nx-maven-workspace" }, "types": "./bin/index.d.ts" }