{
  "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": "2.5.0",
    "@nx-dotnet/utils": "2.5.0",
    "@nx/devkit": "20.3.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"
  },
  "peerDependencies": {
    "nx": ">= 18.0.0 < 21.0.0",
    "@nx/js": ">=16.0.0-beta.1",
    "@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": "2.5.0",
  "types": "./src/index.d.ts",
  "type": "commonjs"
}
