package.json 763 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "storybook",
  3. "version": "7.6.17",
  4. "description": "Storybook CLI",
  5. "keywords": [
  6. "storybook"
  7. ],
  8. "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/cli",
  9. "bugs": {
  10. "url": "https://github.com/storybookjs/storybook/issues"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/storybookjs/storybook.git",
  15. "directory": "code/lib/cli"
  16. },
  17. "funding": {
  18. "type": "opencollective",
  19. "url": "https://opencollective.com/storybook"
  20. },
  21. "license": "MIT",
  22. "bin": {
  23. "sb": "./index.js",
  24. "storybook": "./index.js"
  25. },
  26. "dependencies": {
  27. "@storybook/cli": "7.6.17"
  28. },
  29. "publishConfig": {
  30. "access": "public"
  31. },
  32. "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17"
  33. }