{
  "name": "@nx/storybook",
  "version": "20.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",
  "typings": "./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": "20.7.1",
    "@phenomnomnominal/tsquery": "~5.0.1",
    "semver": "^7.5.3",
    "tslib": "^2.3.0",
    "@nx/cypress": "20.7.1",
    "@nx/js": "20.7.1",
    "@nx/eslint": "20.7.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "types": "./index.d.ts",
  "type": "commonjs"
}