@nxrocks/nx-quarkus
Version:
Nx Plugin to generate, run, package, build (and more) Quarkus projects inside your Nx workspace
48 lines (47 loc) • 1.16 kB
JSON
{
"name": "@nxrocks/nx-quarkus",
"description": "Nx Plugin to generate, run, package, build (and more) Quarkus projects inside your Nx workspace",
"private": false,
"publishConfig": {
"access": "public"
},
"version": "9.0.1",
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",
"license": "MIT",
"author": "Tine Kondo ",
"repository": {
"type": "git",
"url": "https://github.com/tinesoft/nxrocks.git",
"directory": "packages/nx-quarkus"
},
"homepage": "https://github.com/tinesoft/nxrocks/blob/master/packages/nx-quarkus#readme",
"bugs": {
"url": "https://github.com/tinesoft/nxrocks/issues"
},
"keywords": [
"nx-plugin",
"quarkus",
"nx-workspace",
"spring",
"nx",
"java",
"native"
],
"dependencies": {
"@nxrocks/common-jvm": "3.0.1",
"node-fetch": "^2.6.12",
"enquirer": "^2.4.1",
"tslib": "^2.6.1"
},
"typings": "./src/index.d.ts",
"peerDependencies": {
"@nx/devkit": ">=20.0.0"
},
"nx-migrations": {
"migrations": "./migrations.json"
},
"types": "./src/index.d.ts",
"type": "commonjs"
}