{
  "name": "postcss-responsive-fluid-modular-scale",
  "version": "1.0.1",
  "description": "PostCSS plugin that applies responsive, fluid font-sizes that uses the modular scale",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "modular-scale"
  ],
  "scripts": {
    "preversion": "npm run test",
    "test": "jest-ci --coverage && eslint-ci ."
  },
  "author": "Raffy Alcoriza <opensource@raffyal.co>",
  "license": "MIT",
  "repository": "picapixa/postcss-responsive-fluid-modular-scale",
  "engines": {
    "node": ">=10.0.0"
  },
  "peerDependencies": {
    "postcss": "^8.1.0"
  },
  "devDependencies": {
    "clean-publish": "^1.1.8",
    "eslint": "^7.10.0",
    "eslint-ci": "^1.0.0",
    "eslint-plugin-jest": "^24.0.2",
    "husky": "^4.3.0",
    "jest": "^26.4.2",
    "jest-ci": "^0.1.1",
    "jest-cli": "^26.4.2",
    "lint-staged": "^10.4.0",
    "postcss": "^8.1.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.js": "eslint --fix"
  },
  "eslintConfig": {
    "parserOptions": {
      "ecmaVersion": 2018
    },
    "env": {
      "node": true,
      "es6": true
    },
    "extends": [
      "eslint:recommended",
      "plugin:jest/recommended"
    ],
    "rules": {
      "jest/expect-expect": "off"
    }
  },
  "jest": {
    "testEnvironment": "node",
    "coverageThreshold": {
      "global": {
        "statements": 80
      }
    }
  },
  "dependencies": {
    "lodash": "^4.17.20",
    "modularscale-js": "^3.0.1"
  }
}
