{ "name": "@growi/codemirror-textlint", "version": "4.3.3-RC", "license": "MIT", "main": "dist/index.js", "scripts": { "build": "yarn tsc && tsc-alias -p tsconfig.build.json", "tsc": "tsc -p tsconfig.build.json", "tsc:w": "yarn tsc -w", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix" }, "dependencies": { "@browser-bunyan/console-formatted-stream": "^1.6.2", "browser-bunyan": "^1.6.3", "bunyan": "^1.8.15", "universal-bunyan": "^0.9.2" }, "devDependencies": { "@textlint/kernel": "^12.0.2", "@types/codemirror": "^5.60.2", "textlint-message-to-codemirror": "^1.0.0", "textlint-plugin-markdown": "^4.0.6", "textlint-rule-common-misspellings": "^1.0.1", "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-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-prefer-tari-tari": "^1.0.3", "textlint-rule-sentence-length": "^3.0.0" }, "peerDependencies": { "codemirror": "^5.62.3" } }