UNPKG

storybook-watch

Version:

A simple script that automatically restarts the Storybook server whenever changes are detected in your component files.

31 lines (30 loc) 704 B
{ "name": "storybook-watch", "version": "1.0.6", "description": "A simple script that automatically restarts the Storybook server whenever changes are detected in your component files.", "bin": { "storybook-watch": "./bin/index.js" }, "keywords": [ "storybook", "watcher", "auto-restart", "script" ], "author": "egdev", "license": "MIT", "type": "module", "dependencies": { "chokidar": "3.5.3", "kill-port": "1.6.1", "open": "8.4.0" }, "repository": { "type": "git", "url": "git+https://github.com/egdev6/storybook-watch.git" }, "bugs": { "url": "https://github.com/egdev6/storybook-watch/issues" }, "homepage": "https://github.com/egdev6/storybook-watch#readme" }