forked from place-labs/orthograph-err
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 846 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "orthograph-err",
"version": "1.0.4",
"description": "",
"repository": "https://github.com/place-labs/orthograph-err",
"main": "src/index.js",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"dictionary-en-au": "^2.2.1",
"textlint": "^11.6.3",
"textlint-rule-alex": "^3.0.0",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-en-capitalization": "^2.0.3",
"textlint-rule-no-empty-section": "^1.1.0",
"textlint-rule-no-exclamation-question-mark": "^1.1.0",
"textlint-rule-one-sentence-per-line": "^1.0.2",
"textlint-rule-period-in-list-item": "^0.3.2",
"textlint-rule-rousseau": "^1.4.6",
"textlint-rule-spelling": "^0.2.0",
"textlint-rule-terminology": "^2.1.4",
"textlint-rule-write-good": "^1.6.2"
}
}