package.json 624 B

1234567891011121314151617181920
  1. {
  2. "name": "financial-compass-copywriter",
  3. "version": "1.0.0",
  4. "description": "",
  5. "scripts": {
  6. "lint": "textlint -f compact --quiet Документ.txt"
  7. },
  8. "dependencies": {
  9. "@textlint-rule/textlint-rule-no-invalid-control-character": "^3.0.0",
  10. "@textlint-rule/textlint-rule-pattern": "^2.0.0",
  11. "eyo": "^5.0.0",
  12. "eyo-kernel": "^2.5.6",
  13. "textlint": "^14.8.4",
  14. "textlint-rule-alive-link": "^0.1.2",
  15. "textlint-rule-doubled-spaces": "^1.0.2",
  16. "textlint-rule-max-comma": "^4.0.0",
  17. "textlint-rule-no-curly-quotes": "^1.0.0",
  18. "textlint-rule-period-in-header": "^0.1.2"
  19. }
  20. }