-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.01 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.01 KB
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": "textlint-rule-preset-vuejs-jp",
"version": "1.3.0",
"description": "",
"keywords": [
"textlint",
"preset"
],
"homepage": "https://github.com/vuejs-jp/textlint-rule-preset-vuejs-jp#readme",
"bugs": {
"url": "https://github.com/vuejs-jp/textlint-rule-preset-vuejs-jp/issues"
},
"license": "MIT",
"author": "vuejs-jp",
"main": "lib/textlint-rule-preset-vuejs-jp.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs-jp/textlint-rule-preset-vuejs-jp.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@textlint-rule/textlint-rule-no-invalid-control-character": "^2.0.0",
"@textlint/module-interop": "^12.1.0",
"textlint-rule-no-hankaku-kana": "^1.0.2",
"textlint-rule-no-mix-dearu-desumasu": "^5.0.0",
"textlint-rule-no-nfd": "^1.0.2",
"textlint-rule-no-zero-width-spaces": "^1.0.1",
"textlint-rule-preset-ja-spacing": "^2.2.0",
"textlint-rule-preset-jtf-style": "^2.3.12"
}
}