{
  "name": "@nx/web",
  "version": "20.7.1",
  "private": false,
  "description": "The Nx Plugin for Web Components contains generators for managing Web Component applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Jest, Playwright, Cypress, and Storybook.\n\n- Scaffolding for creating buildable libraries that can be published to npm.\n\n- Utilities for automatic workspace refactoring.",
  "repository": {
    "type": "git",
    "url": "https://github.com/nrwl/nx.git",
    "directory": "packages/web"
  },
  "keywords": [
    "Monorepo",
    "Web",
    "Jest",
    "Cypress",
    "CLI",
    "Front-end"
  ],
  "main": "./index",
  "typings": "./index.d.ts",
  "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"
  },
  "dependencies": {
    "detect-port": "^1.5.1",
    "http-server": "^14.1.0",
    "picocolors": "^1.1.0",
    "tslib": "^2.3.0",
    "@nx/devkit": "20.7.1",
    "@nx/js": "20.7.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "types": "./index.d.ts",
  "type": "commonjs"
}