{
  "name": "@nlabs/storybook-addon-actions",
  "version": "3.3.0-alpha.6",
  "description": "Action Logger addon for storybook",
  "keywords": [
    "storybook"
  ],
  "homepage": "https://github.com/storybooks/storybook/tree/master/addons/actions",
  "bugs": {
    "url": "https://github.com/storybooks/storybook/issues"
  },
  "license": "MIT",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/storybooks/storybook.git"
  },
  "scripts": {
    "prepare": "node ../../scripts/prepare.js"
  },
  "dependencies": {
    "deep-equal": "^1.0.1",
    "global": "^4.3.2",
    "make-error": "^1.3.0",
    "prop-types": "^15.6.0",
    "react-inspector": "^2.2.2",
    "uuid": "^3.1.0"
  },
  "peerDependencies": {
    "@nlabs/storybook-addons": "^3.3.0-alpha.6",
    "react": "*",
    "react-dom": "*"
  }
}