{
  "name": "@bibliotheca-dao/postcss-100vh-fix",
  "version": "1.0.3",
  "description": "PostCSS plugin to fix height/min-height: 100vh on iOS",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "100vh",
    "safari",
    "height",
    "min-height",
    "-webkit-fill-available"
  ],
  "scripts": {
    "test": "jest-ci --coverage && eslint-ci ."
  },
  "author": "Andrey Sitnik <andrey@sitnik.ru>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/postcss/postcss-100vh-fix.git"
  },
  "engines": {
    "node": ">=10.0"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/postcss/"
  },
  "devDependencies": {
    "@logux/eslint-config": "^40.0.5",
    "clean-publish": "^1.1.8",
    "eslint": "^7.10.0",
    "eslint-ci": "^1.0.0",
    "eslint-config-standard": "^14.1.1",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jest": "^24.0.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prefer-let": "^1.1.0",
    "eslint-plugin-prettierx": "^0.14.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-security": "^1.4.0",
    "eslint-plugin-standard": "^4.0.1",
    "eslint-plugin-unicorn": "^22.0.0",
    "husky": "^4.3.0",
    "jest": "^26.4.2",
    "jest-ci": "^0.1.1",
    "lint-staged": "^10.4.0",
    "postcss": "^8.1.0",
    "postcss-sharec-config": "^0.1.8"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.js": "eslint --fix"
  },
  "eslintConfig": {
    "extends": "@logux/eslint-config"
  },
  "jest": {
    "testEnvironment": "node",
    "coverageThreshold": {
      "global": {
        "statements": 100
      }
    }
  },
  "sharec": {
    "config": "postcss-sharec-config",
    "version": "0.1.8"
  },
  "bugs": {
    "url": "https://github.com/postcss/postcss-100vh-fix/issues"
  },
  "homepage": "https://github.com/postcss/postcss-100vh-fix#readme",
  "main": "index.js"
}
