{ "name": "@growi/codemirror-textlint", "version": "6.0.0-RC.6", "license": "MIT", "main": "dist/index.js", "scripts": { "build": "yarn tsc && tsc-alias -p tsconfig.build.json", "clean": "npx -y shx rm -rf dist", "tsc": "tsc -p tsconfig.build.json", "tsc:w": "yarn tsc -w", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix" }, "dependencies": {}, "devDependencies": { "@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.8", "@textlint/kernel": "^12.0.2", "@types/codemirror": "^5.60.2", "eslint-plugin-regex": "^1.8.0", "textlint-message-to-codemirror": "^1.0.0", "textlint-plugin-markdown": "^4.0.6", "textlint-rule-common-misspellings": "^1.0.1", "textlint-rule-date-weekday-mismatch": "^1.0.6", "textlint-rule-ja-hiragana-keishikimeishi": "^1.1.0", "textlint-rule-ja-no-abusage": "^3.0.0", "textlint-rule-ja-no-inappropriate-words": "^2.0.0", "textlint-rule-ja-no-mixed-period": "^2.1.1", "textlint-rule-ja-no-redundant-expression": "^4.0.0", "textlint-rule-ja-unnatural-alphabet": "^2.0.1", "textlint-rule-max-comma": "^2.0.2", "textlint-rule-max-kanji-continuous-len": "^1.1.1", "textlint-rule-max-ten": "^4.0.2", "textlint-rule-no-double-negative-ja": "^2.0.0", "textlint-rule-no-doubled-conjunction": "^2.0.2", "textlint-rule-no-doubled-joshi": "^4.0.0", "textlint-rule-no-dropping-the-ra": "^3.0.0", "textlint-rule-no-hankaku-kana": "^1.0.2", "textlint-rule-no-kangxi-radicals": "^0.2.0", "textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet": "^1.0.1", "textlint-rule-no-nfd": "^1.0.2", "textlint-rule-no-surrogate-pair": "^1.0.1", "textlint-rule-no-zero-width-spaces": "^1.0.1", "textlint-rule-period-in-list-item": "^0.3.2", "textlint-rule-prefer-tari-tari": "^1.0.3", "textlint-rule-sentence-length": "^3.0.0", "textlint-rule-use-si-units": "^1.0.2" }, "peerDependencies": { "codemirror": "^5.62.3" } }