syoronbun-template/package.json
2024-11-28 15:45:41 +09:00

21 lines
545 B
JSON

{
"name": "syoronbun",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "textlint src/**/*.txt"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"textlint": "^14.3.0",
"textlint-filter-rule-allowlist": "^4.0.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-preset-ja-technical-writing": "^10.0.1",
"textlint-rule-zen-entry": "link:textlint-rules\\textlint-rule-zen-entry"
}
}