storybook/lib/cli/package.json
Norbert de Langen 299a53ac72 SWITCH to circleci over travisCI && CHANGE lerna bootstrap procedure:
- Use yarn for installation
- Hoist all dependencies to root
- Hoist known packages to root

- Test storyshots in cra-kitchen-sink
2017-07-19 08:01:50 +02:00

40 lines
1007 B
JSON

{
"name": "@storybook/cli",
"version": "3.1.9",
"description": "Storybook's CLI - easiest method of adding storybook to your projects",
"keywords": [
"cli",
"generator",
"storybook"
],
"homepage": "https://github.com/storybooks/storybook/tree/master/lib/cli",
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
},
"license": "MIT",
"author": "Storybook Team",
"bin": {
"getstorybook": "./bin/generate.js"
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
},
"scripts": {
"postinstall": "opencollective postinstall --collective=storybook"
},
"dependencies": {
"@storybook/codemod": "^3.1.6",
"chalk": "^2.0.1",
"child-process-promise": "^2.2.1",
"commander": "^2.9.0",
"cross-spawn": "^5.0.1",
"jscodeshift": "^0.3.30",
"json5": "^0.5.1",
"merge-dirs": "^0.2.1",
"opencollective": "^1.0.3",
"shelljs": "^0.7.7",
"update-notifier": "^2.1.0"
}
}