{
  "name": "@dapperlabs/react-launch-darkly",
  "version": "0.1.1",
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "build": "npx rollup -c",
    "commit": "git-cz",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook",
    "prepublish": "npm run build"
  },
  "author": "",
  "license": "ISC",
  "peerDependencies": {
    "prop-types": ">=15.7.2",
    "react": ">=16.8.4",
    "react-dom": ">=16.8.4"
  },
  "devDependencies": {
    "@axiomzen/cz-adaptor": "^1.3.7",
    "@babel/core": "^7.5.4",
    "@babel/plugin-proposal-class-properties": "^7.5.0",
    "@babel/plugin-transform-runtime": "^7.5.0",
    "@babel/preset-env": "^7.5.4",
    "@babel/preset-react": "^7.0.0",
    "@storybook/addons": "^5.1.9",
    "@storybook/react": "^5.1.9",
    "babel-loader": "^8.0.6",
    "commitizen": "^3.1.1",
    "commitlint": "^8.0.0",
    "husky": "^3.0.0",
    "rollup": "^1.16.7",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.0.1",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-resolve": "^5.2.0"
  },
  "dependencies": {
    "hoist-non-react-statics": "^3.3.0",
    "ldclient-js": "^2.10.2"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/@axiomzen/cz-adaptor"
    }
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  }
}
