{
  "name": "textlint-rule-no-mix-dearu-desumasu",
  "repository": {
    "type": "git",
    "url": "https://github.com/textlint-ja/textlint-rule-no-mix-dearu-desumasu.git"
  },
  "author": "azu",
  "email": "azuciao@gmail.com",
  "homepage": "https://github.com/textlint-ja/textlint-rule-no-mix-dearu-desumasu",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/textlint-ja/textlint-rule-no-mix-dearu-desumasu/issues"
  },
  "version": "6.0.4",
  "description": "textlint rule that no mixed である and ですます.",
  "main": "lib/no-mix-dearu-desumasu.js",
  "files": [
    "lib",
    "src"
  ],
  "directories": {
    "test": "test"
  },
  "scripts": {
    "build": "textlint-scripts build",
    "watch": "textlint-scripts build --watch",
    "prepublish": "npm run --if-present build",
    "test": "textlint-scripts test",
    "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
    "prepare": "git config --local core.hooksPath .githooks"
  },
  "keywords": [
    "japanese",
    "rule",
    "textlint",
    "textlintrule"
  ],
  "devDependencies": {
    "lint-staged": "^15.3.0",
    "prettier": "^3.4.2",
    "textlint-scripts": "^14.4.2"
  },
  "dependencies": {
    "analyze-desumasu-dearu": "^5.0.2",
    "textlint-rule-helper": "^2.3.1"
  },
  "prettier": {
    "singleQuote": false,
    "printWidth": 120,
    "tabWidth": 4,
    "trailingComma": "none"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx,css}": [
      "prettier --write"
    ]
  },
  "packageManager": "npm@10.9.0+sha512.65a9c38a8172948f617a53619762cd77e12b9950fe1f9239debcb8d62c652f2081824b986fee7c0af6c0a7df615becebe4bf56e17ec27214a87aa29d9e038b4b"
}
