@nx-dotnet/core
Version:
- Have an existing nx workspace. For creating this, see [nrwl's documentation](https://nx.dev/latest/angular/getting-started/nx-setup). - .NET SDK is installed, and `dotnet` is available on the path. For help on this, see [Microsoft's documentation](https
79 lines (78 loc) • 1.77 kB
JSON
{
"name": "@nx-dotnet/core",
"main": "src/index.js",
"generators": "./generators.json",
"builders": "./executors.json",
"private": false,
"scripts": {
"postinstall": "node ./src/tasks/post-install"
},
"dependencies": {
"@nx-dotnet/dotnet": "3.0.0",
"@nx-dotnet/utils": "3.0.0",
"fast-glob": "3.2.12",
"inquirer": "^8.2.0",
"minimatch": "3.1.2",
"semver": "7.6.3",
"tmp": "0.2.3",
"tslib": "^2.5.0",
"xmldoc": "^1.1.2",
"yargs-parser": "^21.0.0",
"@nx/devkit": "21.0.3",
"@nx/js": "21.0.3"
},
"peerDependencies": {
"nx": ">= 20.0.0 < 23.0.0",
"@openapitools/openapi-generator-cli": "^2.13.4",
"eslint": ">8.0.0",
"prettier": ">=2.0.0"
},
"peerDependenciesMeta": {
"eslint": {
"optional": true
},
"@nx/js": {
"optional": true
},
"prettier": {
"optional": true
},
"@openapitools/openapi-generator-cli": {
"optional": true
}
},
"devDependencies": {
"openapi-types": "^12.1.0"
},
"homepage": "https://nx-dotnet.com/docs/core",
"bugs": {
"url": "https://github.com/nx-dotnet/nx-dotnet/issues?q=is%3Aopen+is%3Aissue+label%3Anx-dotnet%2Fcore",
"email": "craigorycoppola+nxdotnet@gmail.com"
},
"license": "MIT",
"keywords": [
"Nx",
".NET",
"dotnet",
"monorepos",
"full-stack"
],
"author": {
"name": "NxDotnet",
"url": "https://github.com/nx-dotnet"
},
"repository": {
"type": "git",
"url": "https://github.com/nx-dotnet/nx-dotnet"
},
"nx-migrations": {
"migrations": "./migrations.json",
"packageGroup": [
"@nx-dotnet/utils",
"@nx-dotnet/dotnet"
]
},
"version": "3.0.0",
"types": "./src/index.d.ts",
"type": "commonjs"
}