{
  "name": "@nlabs/storybook-addon-graphql",
  "version": "3.4.3",
  "description": "Storybook addon to display the GraphiQL IDE",
  "keywords": [
    "storybook"
  ],
  "homepage": "https://github.com/nitrogenlabs/storybook/tree/master/addons/graphql",
  "bugs": {
    "url": "https://github.com/nitrogenlabs/storybook/issues"
  },
  "license": "MIT",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/nitrogenlabs/storybook.git"
  },
  "scripts": {
    "deploy-storybook": "storybook-to-ghpages",
    "prepare": "node ../../scripts/prepare.js",
    "storybook": "start-storybook -p 9001"
  },
  "dependencies": {
    "global": "^4.3.2",
    "graphiql": "^0.11.10",
    "graphql": "^0.12.3",
    "prop-types": "^15.6.0"
  },
  "peerDependencies": {
    "react": "*"
  }
}
