{
  "name": "@nx/storybook",
  "version": "22.7.1",
  "private": false,
  "description": "The Nx Plugin for Storybook contains executors and generators for allowing your workspace to use the powerful Storybook integration testing & documenting capabilities.",
  "repository": {
    "type": "git",
    "url": "https://github.com/nrwl/nx.git",
    "directory": "packages/storybook"
  },
  "keywords": [
    "Angular",
    "React",
    "Web",
    "Storybook",
    "Cypress",
    "CLI",
    "Front-end",
    "Testing"
  ],
  "main": "./index.js",
  "type": "commonjs",
  "types": "./index.d.ts",
  "author": "Isaac Mann",
  "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": {
    "@nx/devkit": "22.7.1",
    "@phenomnomnominal/tsquery": "~6.1.4",
    "semver": "^7.6.3",
    "tslib": "^2.3.0",
    "@nx/cypress": "22.7.1",
    "@nx/js": "22.7.1",
    "@nx/eslint": "22.7.1"
  },
  "devDependencies": {
    "nx": "22.7.1",
    "storybook": "9.0.6"
  },
  "peerDependencies": {
    "@nx/web": "22.7.1",
    "storybook": ">=7.0.0 <11.0.0"
  },
  "peerDependenciesMeta": {
    "@nx/web": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public"
  }
}