UNPKG

@storybook/addon-jest

Version:
87 lines 2.11 kB
{ "name": "@storybook/addon-jest", "version": "9.1.1", "description": "React storybook addon that show component jest report", "keywords": [ "addon", "jest", "react", "report", "results", "storybook", "unit-testing", "test" ], "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.1" }, "publishConfig": { "access": "public" }, "bundler": { "exportEntries": [ "./src/index.ts" ], "managerEntries": [ "./src/manager.tsx" ] }, "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16", "storybook": { "displayName": "Jest", "icon": "https://pbs.twimg.com/profile_images/821713465245102080/mMtKIMax_400x400.jpg", "unsupportedFrameworks": [ "react-native" ] } }