{ "name": "@storybook/addon-jest", "version": "5.3.0-beta.11", "description": "React storybook addon that show component jest report", "keywords": [ "addon", "jest", "react", "report", "results", "storybook", "unit-testing" ], "homepage": "https://github.com/storybookjs/storybook/tree/master/addons/jest", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", "directory": "addons/jest" }, "license": "MIT", "author": "Renaud Tertrais (https://github.com/renaudtertrais)", "files": [ "dist/**/*", "docs/**/*", "README.md", "*.js", "*.d.ts" ], "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prepare": "node ../../scripts/prepare.js" }, "dependencies": { "@storybook/addons": "5.3.0-beta.11", "@storybook/api": "5.3.0-beta.11", "@storybook/components": "5.3.0-beta.11", "@storybook/core-events": "5.3.0-beta.11", "@storybook/theming": "5.3.0-beta.11", "core-js": "^3.0.1", "global": "^4.3.2", "react": "^16.8.3", "react-sizeme": "^2.5.2", "upath": "^1.1.0", "util-deprecate": "^1.0.2" }, "peerDependencies": { "react": "*" }, "publishConfig": { "access": "public" } }