{
  "name": "textlint-rule-max-ten",
  "repository": {
    "type": "git",
    "url": "https://github.com/textlint-ja/textlint-rule-max-ten.git"
  },
  "author": "azu",
  "email": "azuciao@gmail.com",
  "homepage": "https://github.com/textlint-ja/textlint-rule-max-ten",
  "keywords": [
    "japanese",
    "textlint",
    "textlintrule"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/textlint-ja/textlint-rule-max-ten/issues"
  },
  "version": "5.0.0",
  "description": "textlint rule that limit maxinum ten(、) count of sentence.",
  "main": "lib/max-ten.js",
  "files": [
    "src",
    "lib"
  ],
  "directories": {
    "test": "test"
  },
  "scripts": {
    "build": "textlint-scripts build",
    "watch": "textlint-scripts build --watch",
    "prepublish": "npm run --if-present build",
    "test": "textlint-scripts test",
    "prepare": "git config --local core.hooksPath .githooks",
    "format": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\""
  },
  "devDependencies": {
    "@textlint/types": "^13.4.1",
    "lint-staged": "^15.1.0",
    "prettier": "^3.1.0",
    "textlint-scripts": "^13.4.1"
  },
  "dependencies": {
    "kuromojin": "^3.0.0",
    "sentence-splitter": "^5.0.0",
    "textlint-rule-helper": "^2.3.1",
    "textlint-util-to-string": "^3.3.4"
  },
  "prettier": {
    "singleQuote": false,
    "printWidth": 120,
    "tabWidth": 4,
    "trailingComma": "none"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx,css}": [
      "prettier --write"
    ]
  }
}
