{
  "name": "@nlabs/storybook-addon-notes",
  "version": "3.3.0-alpha.6",
  "description": "Write notes for your Storybook stories.",
  "keywords": [
    "addon",
    "storybook",
    "notes"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/storybooks/storybook.git"
  },
  "scripts": {
    "prepare": "node ../../scripts/prepare.js",
    "publish-storybook": "bash .scripts/publish_storybook.sh",
    "storybook": "start-storybook -p 9010"
  },
  "dependencies": {
    "babel-runtime": "^6.26.0",
    "prop-types": "^15.6.0",
    "util-deprecate": "^1.0.2"
  },
  "peerDependencies": {
    "@nlabs/storybook-addons": "^3.3.0-alpha.6",
    "react": "*"
  },
  "optionalDependencies": {
    "@types/react": "^16.0.20"
  }
}