1234567891011121314151617181920 |
- {
- "name": "financial-compass-copywriter",
- "version": "1.0.0",
- "description": "",
- "scripts": {
- "lint": "textlint -f compact --quiet Документ.txt"
- },
- "dependencies": {
- "@textlint-rule/textlint-rule-no-invalid-control-character": "^3.0.0",
- "@textlint-rule/textlint-rule-pattern": "^2.0.0",
- "eyo": "^5.0.0",
- "eyo-kernel": "^2.5.6",
- "textlint": "^14.8.4",
- "textlint-rule-alive-link": "^0.1.2",
- "textlint-rule-doubled-spaces": "^1.0.2",
- "textlint-rule-max-comma": "^4.0.0",
- "textlint-rule-no-curly-quotes": "^1.0.0",
- "textlint-rule-period-in-header": "^0.1.2"
- }
- }
|