{
  "name": "@nx/esbuild",
  "version": "23.0.2",
  "private": false,
  "description": "The Nx Plugin for esbuild contains executors and generators that support building applications using esbuild",
  "repository": {
    "type": "git",
    "url": "https://github.com/nrwl/nx.git",
    "directory": "packages/esbuild"
  },
  "keywords": [
    "Monorepo",
    "EsBuild",
    "Web",
    "CLI",
    "Front-end",
    "Backend"
  ],
  "main": "./dist/index.js",
  "type": "commonjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "!dist/tsconfig.tsbuildinfo",
    "migrations.json",
    "executors.json",
    "generators.json"
  ],
  "author": "Victor Savkin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nrwl/nx/issues"
  },
  "homepage": "https://nx.dev",
  "generators": "./generators.json",
  "executors": "./executors.json",
  "ng-update": {
    "requirements": {},
    "migrations": "./migrations.json",
    "supportsOptionalMigrations": true
  },
  "dependencies": {
    "tinyglobby": "^0.2.12",
    "picocolors": "^1.1.0",
    "tsconfig-paths": "^4.1.2",
    "tslib": "^2.3.0",
    "@nx/devkit": "23.0.2",
    "@nx/js": "23.0.2"
  },
  "devDependencies": {
    "nx": "23.0.2"
  },
  "peerDependencies": {
    "esbuild": ">=0.19.2 <1.0.0"
  },
  "peerDependenciesMeta": {
    "esbuild": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "typesVersions": {
    "*": {}
  },
  "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",
    "./executors.json": "./executors.json"
  }
}