{
  "name": "react-remove-scroll-bar",
  "version": "2.2.0",
  "description": "Removes body scroll without content _shake_",
  "main": "dist/es5/index.js",
  "scripts": {
    "test": "ts-react-toolbox test",
    "bootstrap": "ts-react-toolbox init",
    "dev": "ts-react-toolbox dev",
    "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"
  },
  "keywords": [
    "scroll"
  ],
  "author": "Anton Korzunov <thekashey@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "ts-react-toolbox": "^0.2.2"
  },
  "engines": {
    "node": ">=8.5.0"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0",
    "@types/react": "^16.8.0 || ^17.0.0"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    }
  },
  "jsnext:main": "dist/es2015/index.js",
  "module": "dist/es2015/index.js",
  "types": "dist/es5/index.d.ts",
  "files": [
    "dist",
    "constants"
  ],
  "repository": "https://github.com/theKashey/react-remove-scroll-bar",
  "dependencies": {
    "react-style-singleton": "^2.1.0",
    "tslib": "^1.0.0"
  }
}
