-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
33 lines (33 loc) · 874 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
26
27
28
29
30
31
32
33
{
"name": "action-textlint",
"version": "1.0.0",
"description": "textlint with reviewdog",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsuyoshicho/action-textlint.git"
},
"keywords": [
"textlint",
"markdown"
],
"author": "tsuyoshi_cho <Tsuyoshi.CHO+npm@Gmail.com>",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/tsuyoshicho/action-textlint/issues"
},
"homepage": "https://github.com/tsuyoshicho/action-textlint#readme",
"devDependencies": {},
"dependencies": {
"textlint": "14.3.0",
"textlint-rule-preset-ja-technical-writing": "10.0.1",
"textlint-rule-prh": "6.0.0",
"textlint-rule-spellcheck-tech-word": "5.0.0"
}
}