{
  "name": "@w11r/use-breakpoint",
  "version": "2.0.0",
  "description": "React useBreakpoint hook to have different values for a variable based on a breakpoints.",
  "main": "dist/cjs/index.js",
  "module": "dist/index.js",
  "scripts": {
    "start": "mhy sb-start",
    "test": "mhy jest && mhy tsc",
    "build": "mhy sb-build && npm run build:es6 && npm run build:cjs",
    "build:es6": "mhy bb --mhy-env=prod",
    "build:cjs": "mhy bb --mhy-env=prod:cjs",
    "config": "mhy config typescript eslint prettier -io",
    "release": "npm run test && npm run build && git add -A && mhy sv && npx conventional-github-releaser -t"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wintercounter/use-breakpoint.git"
  },
  "keywords": [
    "react",
    "hook",
    "useBreakpoint",
    "responsive",
    "mobile",
    "tablet"
  ],
  "author": "Victor Vincent <wintercounter@gmail.com> (http://wintercounter.me)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wintercounter/use-breakpoint/issues"
  },
  "homepage": "https://github.com/wintercounter/use-breakpoint#readme",
  "mhy": {
    "storybook": {
      "root": {
        "build": {
          "output-dir": "docs"
        }
      }
    },
    "mhy": {
      "cjs": {
        "distFolder": "dist/cjs"
      }
    },
    "babel": {
      "cjs": {
        "presets": [
          {
            "$match": {
              "query": "$[?(@[0].includes('preset-env'))]",
              "value": [
                {
                  "$match": {
                    "index": 1,
                    "value": {
                      "modules": "commonjs",
                      "targets": {
                        "$replace": {
                          "node": true,
                          "browsers": false,
                          "esmodules": true
                        }
                      }
                    }
                  }
                }
              ]
            }
          }
        ],
        "plugins": [
          {
            "$prepend": {
              "$expression": "$params.require.resolve('babel-plugin-add-module-exports')"
            }
          }
        ]
      }
    }
  },
  "mhyDependencies": {
    "react": "^16.12.0",
    "@storybook/react": "^5.2.8"
  }
}
