-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
59 lines (59 loc) · 1.62 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "textlint-rule-no-mix-dearu-desumasu",
"repository": {
"type": "git",
"url": "https://github.com/textlint-ja/textlint-rule-no-mix-dearu-desumasu.git"
},
"author": "azu",
"email": "[email protected]",
"homepage": "https://github.com/textlint-ja/textlint-rule-no-mix-dearu-desumasu",
"license": "MIT",
"bugs": {
"url": "https://github.com/textlint-ja/textlint-rule-no-mix-dearu-desumasu/issues"
},
"version": "6.0.3",
"description": "textlint rule that no mixed である and ですます.",
"main": "lib/no-mix-dearu-desumasu.js",
"files": [
"lib",
"src"
],
"directories": {
"test": "test"
},
"scripts": {
"build": "textlint-scripts build",
"watch": "textlint-scripts build --watch",
"prepublish": "npm run --if-present build",
"test": "textlint-scripts test",
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
"prepare": "git config --local core.hooksPath .githooks"
},
"keywords": [
"japanese",
"rule",
"textlint",
"textlintrule"
],
"devDependencies": {
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"textlint-scripts": "^14.2.0"
},
"dependencies": {
"analyze-desumasu-dearu": "^5.0.1",
"textlint-rule-helper": "^2.3.1"
},
"prettier": {
"singleQuote": false,
"printWidth": 120,
"tabWidth": 4,
"trailingComma": "none"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css}": [
"prettier --write"
]
},
"packageManager": "[email protected]+sha512.65a9c38a8172948f617a53619762cd77e12b9950fe1f9239debcb8d62c652f2081824b986fee7c0af6c0a7df615becebe4bf56e17ec27214a87aa29d9e038b4b"
}