-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@strv/textlint-rule-preset-strv",
"description": "STRV's rule preset for textlint",
"version": "3.0.0",
"author": "Korneliusz Dubieniecki <[email protected]>",
"bugs": {
"url": "https://github.com/strvcom/code-quality-tools/issues"
},
"contributors": [
"Danny Kijkov <[email protected]>",
"Robert Rossmann <[email protected]>"
],
"dependencies": {
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-apostrophe": "^2.0.0",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-stop-words": "^2.0.2",
"textlint-rule-terminology": "^2.0.1",
"textlint-rule-title-case": "^2.0.0",
"textlint-rule-write-good": "^2.0.0"
},
"engines": {
"node": ">=20"
},
"keywords": [
"config",
"strv",
"textlint",
"textlintrule"
],
"license": "BSD-3-Clause",
"main": "index.cjs",
"peerDependencies": {
"textlint": "^12.0.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git://github.com/strvcom/code-quality-tools.git"
}
}