@nrwl/storybook
Version:
39 lines • 977 B
JSON
{
"name": "@nrwl/storybook",
"version": "19.8.4",
"private": false,
"description": "The Nx Plugin for Storybook contains executors and generators for allowing your workspace to use the powerful Storybook integration testing & documenting capabilities.",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx.git",
"directory": "packages-legacy/storybook"
},
"keywords": [
"Angular",
"React",
"Web",
"Storybook",
"Cypress"
],
"main": "./index",
"typings": "./index.d.ts",
"author": "Isaac Mann",
"license": "MIT",
"bugs": {
"url": "https://github.com/nrwl/nx/issues"
},
"homepage": "https://nx.dev",
"schematics": "./generators.json",
"builders": "./executors.json",
"dependencies": {
"@nx/storybook": "19.8.4"
},
"publishConfig": {
"access": "public"
},
"nx-migrations": {
"migrations": "@nx/storybook/migrations.json"
},
"type": "commonjs",
"types": "./index.d.ts"
}