@nxrocks/common
Version:
Common library to share code among the `@nxrocks/*` plugins.
44 lines (43 loc) • 1.04 kB
JSON
{
"name": "@nxrocks/common",
"description": "Common library to share code among the `@nxrocks/*` plugins.",
"private": false,
"publishConfig": {
"access": "public"
},
"version": "5.0.1",
"main": "src/index.js",
"license": "MIT",
"author": "Tine Kondo ",
"repository": {
"type": "git",
"url": "https://github.com/tinesoft/nxrocks.git",
"directory": "packages/common"
},
"homepage": "https://github.com/tinesoft/nxrocks/blob/master/packages/common#readme",
"bugs": {
"url": "https://github.com/tinesoft/nxrocks/issues"
},
"keywords": [
"nx-flutter",
"nx-spring-boot",
"nx-quarkus",
"nx-micronaut",
"nx-ktor",
"nx-melos"
],
"dependencies": {
"hpagent": "^1.2.0",
"unzipper": "^0.12.3",
"fs-extra": "^10.1.0",
"@nx/devkit": ">=20.0.0",
"tslib": "^2.6.1",
"minimatch": "^9.0.3",
"semver": "^7.6.0"
},
"typings": "./src/index.d.ts",
"peerDependencies": {},
"devDependencies": {},
"types": "./src/index.d.ts",
"type": "commonjs"
}