-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.77 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.77 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
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
{
"name": "@textlint-ja/textlint-rule-kana-english-suffix-er",
"version": "1.0.0",
"description": "原語の語尾の-er,-or,-arをカタカナでは長音記号「ー」で表わすの原則とするtextlintルール",
"keywords": [
"textlintrule"
],
"homepage": "https://github.com/textlint-ja/textlint-rule-preset-foreign-language-writing/tree/master/packages/textlint-rule-kana-english-suffix-er/",
"bugs": {
"url": "https://github.com/textlint-ja/textlint-rule-preset-foreign-language-writing/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/textlint-ja/textlint-rule-preset-foreign-language-writing.git"
},
"license": "MIT",
"author": "azu",
"files": [
"bin/",
"lib/",
"src/"
],
"main": "lib/textlint-rule-kana-english-suffix-er.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"build": "textlint-scripts build",
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
"prepublish": "npm run --if-present build",
"test": "textlint-scripts test",
"watch": "textlint-scripts build --watch"
},
"prettier": {
"printWidth": 120,
"singleQuote": false,
"tabWidth": 4
},
"devDependencies": {
"@textlint/types": "^1.2.3",
"@types/node": "^13.1.1",
"prettier": "^1.19.1",
"textlint-scripts": "^3.0.0",
"textlint-tester": "^5.1.11",
"ts-node": "^8.5.4",
"typescript": "^3.7.4",
"sudachi-synonyms-dictionary": "^4.1.0"
},
"peerDependencies": {
"sudachi-synonyms-dictionary": "*"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"textlint-rule-helper": "^2.1.1",
"string.prototype.matchall": "^4.0.2",
"@textlint-ja/textlint-rule-preset-foreign-language-writing-helper": "^1.0.0"
}
}