wiki.brainux.org/package.json

16 lines
482 B
JSON
Raw Normal View History

2022-01-12 02:51:44 +09:00
{
"name": "wiki-brainux-org",
"devDependencies": {
"markdownlint": "^0.25.0",
"markdownlint-cli": "^0.30.0",
"textlint": "^11.9.0",
"textlint-rule-preset-japanese": "^6.0.1",
"textlint-rule-prh": "^5.3.0"
},
"scripts": {
"textlint": "textlint 'collections/**/*'",
"textlint-fix": "textlint --fix 'collections/**/*'",
"mdlint": "./node_modules/markdownlint-cli/markdownlint.js collections/**/*"
2022-01-12 02:51:44 +09:00
}
}