-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 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
{
"name": "memo",
"version": "1.0.0",
"description": "Various technical/development notes",
"homepage": "https://github.com/book000/memo#readme",
"bugs": {
"url": "https://github.com/book000/memo/issues"
},
"license": "UNLICENSED",
"author": "Tomachi (book000)",
"repository": {
"type": "git",
"url": "git+https://github.com/book000/memo.git"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"lint": "textlint docs/",
"fix": "textlint --fix docs/"
},
"devDependencies": {
"@textlint-ja/textlint-rule-no-dropping-i": "2.0.1",
"@textlint-ja/textlint-rule-no-filler": "1.1.0",
"@textlint-ja/textlint-rule-no-insert-dropping-sa": "2.0.1",
"@textlint-ja/textlint-rule-no-insert-re": "1.0.2",
"@textlint-ja/textlint-rule-no-synonyms": "1.3.0",
"@textlint-rule/textlint-rule-pattern": "2.0.0",
"prh": "5.4.4",
"sudachi-synonyms-dictionary": "14.0.0",
"textlint": "14.3.0",
"textlint-filter-rule-allowlist": "4.0.0",
"textlint-rule-date-weekday-mismatch": "1.0.6",
"textlint-rule-footnote-order": "1.0.3",
"textlint-rule-ja-hiragana-daimeishi": "1.0.0",
"textlint-rule-ja-hiragana-fukushi": "1.3.0",
"textlint-rule-ja-hiragana-hojodoushi": "1.1.0",
"textlint-rule-ja-no-inappropriate-words": "2.0.0",
"textlint-rule-ja-space-around-link": "2.4.2",
"textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet": "1.0.1",
"textlint-rule-preset-ja-spacing": "2.4.3",
"textlint-rule-preset-ja-technical-writing": "10.0.1",
"textlint-rule-preset-smarthr": "1.32.0",
"textlint-rule-prh": "6.0.0"
},
"packageManager": "pnpm@9.13.2"
}