-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
72 lines (72 loc) · 1.99 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
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "textlint-rule-preset-jtf-style",
"repository": {
"type": "git",
"url": "git+https://github.com/textlint-ja/textlint-rule-preset-jtf-style.git"
},
"author": "azu",
"email": "[email protected]",
"homepage": "https://github.com/textlint-ja/textlint-rule-preset-jtf-style",
"license": "MIT",
"type": "commonjs",
"bugs": {
"url": "https://github.com/textlint-ja/textlint-rule-preset-jtf-style/issues"
},
"version": "3.0.1",
"description": "JTF Style Guide for Translators Working into Japanese for textlint.",
"main": "lib/index.js",
"files": [
"lib",
"src",
"dict"
],
"directories": {
"test": "test"
},
"scripts": {
"build": "textlint-scripts build",
"watch": "textlint-scripts build --watch",
"prepublish": "npm run --if-present build",
"pretest": "node tool/create-fixtures.js",
"test": "textlint-scripts test && npm run test:textlint",
"test:textlint": "(cd example && yarn install && npm test)",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
"prepare": "git config --local core.hooksPath .githooks"
},
"keywords": [
"textlint",
"english",
"japanese",
"translation"
],
"devDependencies": {
"@textlint/legacy-textlint-core": "^14.4.0",
"glob": "^8.0.3",
"lint-staged": "^15.2.10",
"prettier": "^3.4.1",
"textlint-scripts": "^14.4.0",
"textlint-tester": "^14.4.0"
},
"dependencies": {
"analyze-desumasu-dearu": "^2.1.2",
"japanese-numerals-to-number": "^1.0.2",
"match-index": "^1.0.3",
"moji": "^0.5.1",
"regexp.prototype.flags": "^1.5.3",
"regx": "^1.0.4",
"textlint-rule-helper": "^2.3.1",
"textlint-rule-prh": "^6.0.0"
},
"prettier": {
"singleQuote": false,
"printWidth": 120,
"tabWidth": 4,
"trailingComma": "none"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css}": [
"prettier --write"
]
},
"packageManager": "[email protected]+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca"
}