{
  "name": "jest-preset-ec0lint-style",
  "version": "2.1.1",
  "description": "Jest preset for ec0lint-style plugins.",
  "keywords": [
    "ec0lint-style",
    "jest",
    "jest-preset",
    "preset"
  ],
  "repository": "ec0lint-style/jest-preset-ec0lint-style",
  "license": "MIT",
  "author": "ec0lint",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "getTestRule.js",
    "jest-preset.js",
    "jest-setup.js",
    "index.d.ts"
  ],
  "scripts": {
    "format": "prettier . --write",
    "lint": "npm-run-all --parallel lint:*",
    "lint:formatting": "prettier . --check",
    "lint:js": "eslint .",
    "lint:md": "remark . --quiet --frail",
    "lint:types": "tsc",
    "release": "np",
    "test": "jest",
    "watch": "jest --watch",
    "prepare": "husky install"
  },
  "lint-staged": {
    "*.js": "eslint --cache --fix",
    "*.{js,json,md,yml}": "prettier --write"
  },
  "prettier": "@stylelint/prettier-config",
  "eslintConfig": {
    "extends": [
      "stylelint"
    ],
    "globals": {
      "module": true,
      "require": true
    },
    "reportUnusedDisableDirectives": true,
    "root": true
  },
  "remarkConfig": {
    "plugins": [
      "@stylelint/remark-preset"
    ]
  },
  "devDependencies": {
    "@stylelint/prettier-config": "^2.0.0",
    "@stylelint/remark-preset": "^3.0.0",
    "@types/jest": "^27.4.1",
    "ec0lint-style": "^2.1.0",
    "eslint": "^8.14.0",
    "eslint-config-stylelint": "^15.0.0",
    "husky": "^7.0.4",
    "jest": "^28.0.3",
    "lint-staged": "^12.4.1",
    "np": "^7.6.1",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.6.2",
    "remark-cli": "^10.0.1",
    "typescript": "^4.6.4"
  },
  "peerDependencies": {
    "jest": "^25.3.0 || ^26.0.1 || ^27.0.1 || ^28.0.2"
  },
  "engines": {
    "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  }
}
