@nxrocks/common-jvm
Version:
Common library to share code among the JVM-related plugins.
41 lines (40 loc) • 1.01 kB
JSON
{
"name": "@nxrocks/common-jvm",
"description": "Common library to share code among the JVM-related plugins.",
"private": false,
"publishConfig": {
"access": "public"
},
"version": "3.0.1",
"main": "src/index.js",
"license": "MIT",
"author": "Tine Kondo ",
"repository": {
"type": "git",
"url": "https://github.com/tinesoft/nxrocks.git",
"directory": "packages/common-jvm"
},
"homepage": "https://github.com/tinesoft/nxrocks/blob/master/packages/common-jvm#readme",
"bugs": {
"url": "https://github.com/tinesoft/nxrocks/issues"
},
"keywords": [
"nx-spring-boot",
"nx-quarkus",
"nx-micronaut",
"nx-ktor"
],
"dependencies": {
"@nxrocks/common": "5.0.1",
"@nx/workspace": ">=20.0.0",
"@nx/devkit": ">=20.0.0",
"tslib": "^2.6.1",
"xmlbuilder2": "^3.1.1",
"xpath": "^0.0.34"
},
"typings": "./src/index.d.ts",
"peerDependencies": {},
"devDependencies": {},
"types": "./src/index.d.ts",
"type": "commonjs"
}