{
  "name": "@nx/node",
  "version": "23.1.1",
  "private": false,
  "type": "commonjs",
  "files": [
    "dist",
    "!dist/tsconfig.tsbuildinfo",
    "migrations.json",
    "generators.json"
  ],
  "description": "The Node Plugin for Nx contains generators to manage Node applications within an Nx workspace.",
  "repository": {
    "type": "git",
    "url": "https://github.com/nrwl/nx.git",
    "directory": "packages/node"
  },
  "keywords": [
    "Monorepo",
    "Node",
    "Nest",
    "Jest",
    "Cypress",
    "CLI",
    "Backend"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "utils": [
        "dist/utils.d.ts"
      ],
      "internal": [
        "dist/internal.d.ts"
      ]
    }
  },
  "author": "Victor Savkin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nrwl/nx/issues"
  },
  "homepage": "https://nx.dev",
  "generators": "./generators.json",
  "ng-update": {
    "requirements": {},
    "migrations": "./migrations.json",
    "supportsOptionalMigrations": true
  },
  "exports": {
    ".": {
      "@nx/nx-source": "./index.ts",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json",
    "./migrations.json": "./migrations.json",
    "./generators.json": "./generators.json",
    "./utils": {
      "@nx/nx-source": "./utils.ts",
      "types": "./dist/utils.d.ts",
      "default": "./dist/utils.js"
    },
    "./internal": {
      "@nx/nx-source": "./internal.ts",
      "types": "./dist/internal.d.ts",
      "default": "./dist/internal.js"
    }
  },
  "dependencies": {
    "tslib": "^2.3.0",
    "semver": "^7.6.3",
    "tcp-port-used": "^1.0.2",
    "kill-port": "^1.6.1",
    "@nx/devkit": "23.1.1",
    "@nx/jest": "23.1.1",
    "@nx/js": "23.1.1",
    "@nx/eslint": "23.1.1",
    "@nx/docker": "23.1.1"
  },
  "devDependencies": {
    "nx": "23.1.1",
    "@nx/webpack": "23.1.1"
  },
  "peerDependencies": {
    "express": ">=4.0.0 <6.0.0",
    "koa": ">=2.0.0 <4.0.0",
    "fastify": ">=4.0.0 <6.0.0"
  },
  "peerDependenciesMeta": {
    "express": {
      "optional": true
    },
    "koa": {
      "optional": true
    },
    "fastify": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public"
  }
}