{
  "name": "textlint-rule-no-doubled-conjunction",
  "version": "3.0.1",
  "description": "textlint rule plugin to check duplicated conjunctions.",
  "main": "lib/no-doubled-conjunction.js",
  "files": [
    "lib",
    "src"
  ],
  "dependencies": {
    "kuromojin": "^3.0.0",
    "sentence-splitter": "^5.0.0",
    "textlint-rule-helper": "^2.3.1"
  },
  "devDependencies": {
    "@textlint/types": "^13.4.1",
    "textlint-scripts": "^13.4.1"
  },
  "scripts": {
    "build": "textlint-scripts build",
    "watch": "textlint-scripts build --watch",
    "prepublish": "npm run --if-present build",
    "test": "textlint-scripts test",
    "textlint": "textlint"
  },
  "keywords": [
    "textlint",
    "rule"
  ],
  "author": "takahashim <takahashimm@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/textlint-ja/textlint-rule-no-doubled-conjunction.git"
  },
  "bugs": {
    "url": "https://github.com/textlint-ja/textlint-rule-no-doubled-conjunction/issues"
  },
  "homepage": "https://github.com/textlint-ja/textlint-rule-no-doubled-conjunction"
}
