{
  "name": "@nlabs/storybook-addon-jest",
  "version": "3.3.0-alpha.6",
  "description": "React storybook addon that show component jest report",
  "keywords": [
    "addon",
    "jest",
    "react",
    "report",
    "results",
    "storybook",
    "unit-testing"
  ],
  "homepage": "https://storybook.js.org",
  "bugs": "https://github.com/storybooks/storybook",
  "license": "MIT",
  "author": "Renaud Tertrais <renaud.tertrais@gmail.com> (https://github.com/renaudtertrais)",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/storybooks/storybook"
  },
  "scripts": {
    "prepare": "node ../../scripts/prepare.js"
  },
  "dependencies": {
    "@nlabs/storybook-components": "^3.3.0-alpha.6",
    "glamor": "^2.20.40",
    "glamorous": "^4.11.2",
    "global": "^4.3.2",
    "prop-types": "^15.6.0"
  },
  "peerDependencies": {
    "@nlabs/storybook-addons": "^3.3.0-alpha.6",
    "react": "*",
    "react-dom": "*"
  }
}