{
  "name": "postcss-safe-area-inset",
  "version": "1.0.20",
  "description": "postcss safe-area-inset for page scale",
  "keywords": [
    "page scale",
    "postcss plugin",
    "safe-area-inset"
  ],
  "license": "MIT",
  "author": "ustccjw",
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/ustccjw/postcss-safe-area-inset"
  },
  "scripts": {
    "precommit": "lint-staged",
    "commitmsg": "commitlint -e",
    "lint": "eslint .",
    "prepublishOnly": "npm run test",
    "test": "jest"
  },
  "dependencies": {
    "postcss": "6"
  },
  "devDependencies": {
    "@commitlint/cli": "6",
    "@commitlint/config-angular": "6",
    "eslint": "4",
    "eslint-config-ustccjw": "1",
    "husky": "0.14",
    "jest": "20",
    "lint-staged": "7"
  },
  "engines": {
    "node": ">= 8.10.0"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-angular"
    ]
  },
  "jest": {
    "testMatch": [
      "**/test/**/*.js"
    ]
  },
  "lint-staged": {
    "*.js": "eslint"
  }
}
