uechi.io/package.json

18 lines
563 B
JSON
Raw Normal View History

2017-10-07 11:43:26 +09:00
{
"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": {
2018-04-04 15:39:55 +09:00
"textlint": "^10.2.1",
"textlint-filter-rule-whitelist": "^1.2.3",
2017-10-07 11:43:26 +09:00
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-max-ten": "^2.0.3",
2018-04-04 15:39:55 +09:00
"textlint-rule-no-dropping-the-ra": "^1.1.2",
"textlint-rule-no-start-duplicated-conjunction": "^2.0.2",
"textlint-rule-preset-japanese": "^4.0.0"
2017-10-07 11:43:26 +09:00
}
}