{
  "name": "@nightwatch/storybook",
  "version": "3.0.1",
  "publishConfig": {
    "access": "public"
  },
  "author": "Andrei Rusu",
  "homepage": "https://nightwatchjs.org",
  "main": "index.js",
  "license": "MIT",
  "bugs": "https://github.com/nightwatchjs/nightwatch-storybook-plugin/issues",
  "repository": {
    "type": "git",
    "url": "git@github.com:nightwatchjs/nightwatch-storybook-plugin.git"
  },
  "description": "Automatically integrate Storybook and run stories directly with Nightwatch",
  "keywords": [
    "storybook",
    "addons",
    "Nightwatch",
    "plugin"
  ],
  "scripts": {
    "test": "nightwatch --headless",
    "build": "eslint lib nightwatch",
    "storybook": "start-storybook -p 6006"
  },
  "files": [
    "lib",
    "nightwatch",
    "index.js",
    "LICENSE",
    "README.md"
  ],
  "devDependencies": {
    "@mdx-js/react": "^2.1.3",
    "@storybook/addon-actions": "^6.5.10",
    "@storybook/addon-essentials": "^6.5.10",
    "@storybook/addon-interactions": "^6.5.10",
    "@storybook/addon-links": "^6.5.10",
    "@storybook/builder-webpack4": "^6.5.10",
    "@storybook/manager-webpack4": "^6.5.10",
    "@storybook/react": "^6.5.10",
    "@storybook/testing-library": "^0.0.13",
    "eslint": "^8.17.0",
    "nightwatch": "3.0.1",
    "prop-types": "^15.8.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "storybook": "^6.5.12"
  },
  "dependencies": {
    "@nightwatch/esbuild-utils": "0.1.9",
    "@storybook/core-common": "^6.5.12",
    "@storybook/csf-tools": "^6.5.12",
    "@storybook/store": "^6.5.12",
    "chalk": "4.1.2",
    "dedent": "0.7.0",
    "jsdom": "21.1.0",
    "wait-on": "^6.0.1"
  }
}
