UNPKG

@storybook/addon-jest

Version:

Storybook Jest addon: Show Jest report in Storybook's addon panel

89 lines 2.17 kB
{ "name": "@storybook/addon-jest", "version": "9.1.12", "description": "Storybook Jest addon: Show Jest report in Storybook's addon panel", "keywords": [ "jest", "react", "report", "results", "storybook", "storybook-addon", "unit-testing", "test", "component", "components" ], "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/jest", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", "directory": "code/addons/jest" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" }, "license": "MIT", "author": "Renaud Tertrais <renaud.tertrais@gmail.com> (https://github.com/renaudtertrais)", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./manager": "./dist/manager.js", "./register": "./dist/manager.js", "./package.json": "./package.json" }, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist/**/*", "README.md", "*.js", "*.d.ts", "!src/**/*" ], "scripts": { "check": "jiti ../../../scripts/prepare/check.ts", "prep": "jiti ../../../scripts/prepare/addon-bundle.ts" }, "dependencies": { "tiny-invariant": "^1.3.1", "upath": "^2.0.1" }, "devDependencies": { "@storybook/icons": "^1.4.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-resize-detector": "^7.1.2", "typescript": "^5.8.3" }, "peerDependencies": { "storybook": "^9.1.12" }, "publishConfig": { "access": "public" }, "bundler": { "exportEntries": [ "./src/index.ts" ], "managerEntries": [ "./src/manager.tsx" ] }, "gitHead": "ce6a1e4a8d5ad69c699021a0b183df89cfc7b684", "storybook": { "displayName": "Jest", "icon": "https://pbs.twimg.com/profile_images/821713465245102080/mMtKIMax_400x400.jpg", "unsupportedFrameworks": [ "react-native" ] } }