{
  "name": "react-scroll-locky",
  "description": "Smartly prevents page from being scrolled",
  "version": "1.5.0",
  "author": "Anton Korzunov <thekashey@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "babel-polyfill": "^6.26.0",
    "size-limit": "^0.21.0",
    "ts-react-toolbox": "^0.2.2"
  },
  "engines": {
    "node": ">=8.5.0"
  },
  "scripts": {
    "bootstrap": "ts-react-toolbox init",
    "dev": "ts-react-toolbox dev",
    "test": "ts-react-toolbox test",
    "test:ci": "ts-react-toolbox test --runInBand --coverage",
    "build": "ts-react-toolbox build",
    "prepublish": "yarn build",
    "release": "ts-react-toolbox release",
    "lint": "ts-react-toolbox lint",
    "static": "ts-react-toolbox publish",
    "format": "ts-react-toolbox format",
    "analyze": "ts-react-toolbox analyze"
  },
  "peerDependencies": {
    "react": "^16.3.0"
  },
  "types": "dist/es5/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "scroll",
    "scroll-lock",
    "react",
    "locky"
  ],
  "bugs": {
    "url": "https://github.com/theKashey/react-scroll-locky/issues"
  },
  "homepage": "https://github.com/theKashey/react-scroll-locky#readme",
  "dependencies": {
    "react-locky": "^1.5.2",
    "react-style-singleton": "^1.1.0",
    "tslib": "^1.0.0"
  },
  "sideEffects": false,
  "main": "dist/es5/index.js",
  "jsnext:main": "dist/es2015/index.js",
  "module": "dist/es2015/index.js",
  "repository": "https://github.com/theKashey/react-scroll-locky"
}
