-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 784 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
34
35
36
{
"directories": {
"test": "test"
},
"author": "azu",
"license": "MIT",
"files": [
"bin/",
"lib/",
"src/"
],
"name": "textlint-reviewdog-example",
"version": "1.0.0",
"description": "textlint project + reviewdog example project",
"main": "lib/textlint-reviewdog-example.js",
"scripts": {
"test": "textlint README.md"
},
"keywords": [
"textlint",
"review",
"github"
],
"repository": {
"type": "git",
"url": "https://github.com/azu/textlint-reviewdog-example.git"
},
"bugs": {
"url": "https://github.com/azu/textlint-reviewdog-example/issues"
},
"homepage": "https://github.com/azu/textlint-reviewdog-example",
"devDependencies": {
"textlint": "^7.2.1",
"textlint-rule-no-todo": "^2.0.0"
}
}