18 lines
562 B
JSON
18 lines
562 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "script/server",
|
|
"test": "textlint _posts/*.md _pages/*.md -f pretty-error",
|
|
"fix-typo": "textlint _posts/*.md _pages/*.md --fix --dry-run -f diff"
|
|
},
|
|
"devDependencies": {
|
|
"textlint": "^7.1.0",
|
|
"textlint-filter-rule-whitelist": "^1.0.2",
|
|
"textlint-rule-common-misspellings": "^1.0.1",
|
|
"textlint-rule-max-ten": "^2.0.3",
|
|
"textlint-rule-no-dropping-the-ra": "^1.0.3",
|
|
"textlint-rule-no-start-duplicated-conjunction": "^1.1.3",
|
|
"textlint-rule-preset-japanese": "^1.3.3"
|
|
}
|
|
}
|