-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 833 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 833 Bytes
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
{
"name": "pg-docs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"lint:wording": "textlint ./docs/*.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/go-pg/docs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/go-pg/docs/issues"
},
"homepage": "https://github.com/go-pg/docs#readme",
"dependencies": {
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.7",
"textlint": "^11.7.6",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-en-capitalization": "^2.0.2",
"textlint-rule-stop-words": "^2.0.6",
"textlint-rule-terminology": "^2.1.4",
"textlint-rule-write-good": "^1.6.2"
}
}