-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
1,869 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,34 @@ | ||
{ | ||
"name": "textlint-rule-preset-ja-technical-writing", | ||
"version": "4.0.0-beta.0", | ||
"description": "技術文書向けのtextlintルールプリセット", | ||
"keywords": [ | ||
"textlint", | ||
"preset" | ||
], | ||
"homepage": "https://github.com/textlint-ja/textlint-rule-preset-ja-technical-writing", | ||
"bugs": { | ||
"url": "https://github.com/textlint-ja/textlint-rule-preset-ja-technical-writing/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/textlint-ja/textlint-rule-preset-ja-technical-writing.git" | ||
}, | ||
"author": "azu", | ||
"email": "[email protected]", | ||
"homepage": "https://github.com/textlint-ja/textlint-rule-preset-ja-technical-writing", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/textlint-ja/textlint-rule-preset-ja-technical-writing/issues" | ||
}, | ||
"author": "azu", | ||
"files": [ | ||
"src/", | ||
"lib/" | ||
], | ||
"version": "4.0.0-beta.0", | ||
"description": "技術文書向けのtextlintルールプリセット", | ||
"main": "lib/textlint-rule-preset-ja-technical-writing.js", | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"scripts": { | ||
"docs:toc": "markdown-toc -i README.md", | ||
"test": "mocha test/ && (cd example && npm install && npm test)", | ||
"release:prepare": "shipjs prepare", | ||
"release:trigger": "shipjs trigger" | ||
}, | ||
"keywords": [ | ||
"textlint", | ||
"preset" | ||
], | ||
"devDependencies": { | ||
"markdown-toc": "^1.2.0", | ||
"mocha": "^6.2.1" | ||
"release:trigger": "shipjs trigger", | ||
"test": "mocha test/ && (cd example && npm install && npm test)" | ||
}, | ||
"dependencies": { | ||
"@textlint-rule/textlint-rule-no-invalid-control-character": "^1.2.0", | ||
|
@@ -59,5 +54,12 @@ | |
"textlint-rule-no-nfd": "^1.0.1", | ||
"textlint-rule-preset-jtf-style": "^2.3.3", | ||
"textlint-rule-sentence-length": "^2.1.2" | ||
} | ||
}, | ||
"devDependencies": { | ||
"markdown-toc": "^1.2.0", | ||
"mocha": "^6.2.1", | ||
"semver": "^7.3.2", | ||
"shipjs": "0.19.0" | ||
}, | ||
"email": "[email protected]" | ||
} |
Oops, something went wrong.