-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
37 lines (37 loc) · 989 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
37
{
"name": "textlint-rule-ja-space-around-link",
"version": "2.4.2",
"description": "リンクの周りをスペースで囲むかどうかを決めるtextlintルール",
"main": "lib/index.js",
"files": [
"src/",
"lib/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/textlint-ja/textlint-rule-preset-ja-spacing.git"
},
"author": "0x6b",
"homepage": "https://github.com/textlint-ja/textlint-rule-preset-ja-spacing",
"license": "MIT",
"bugs": {
"url": "https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues"
},
"scripts": {
"build": "textlint-scripts build",
"watch": "textlint-scripts build --watch",
"prepublish": "npm run --if-present build",
"test": "textlint-scripts test"
},
"keywords": [
"textlint",
"textlintrule"
],
"devDependencies": {
"textlint-scripts": "^13.3.3"
},
"dependencies": {
"match-index": "^1.0.1",
"textlint-rule-helper": "^2.2.4"
}
}