UNPKG

textlint-rule-no-hankaku-kana

Version:
46 lines (45 loc) 1.16 kB
{ "name": "textlint-rule-no-hankaku-kana", "repository": { "type": "git", "url": "https://github.com/textlint-ja/textlint-rule-no-hankaku-kana.git" }, "author": "azu", "email": "azuciao@gmail.com", "homepage": "https://github.com/textlint-ja/textlint-rule-no-hankaku-kana", "license": "MIT", "bugs": { "url": "https://github.com/textlint-ja/textlint-rule-no-hankaku-kana/issues" }, "files": [ "src/", "lib/" ], "version": "2.0.1", "description": "textlint rule that disallow to use 半角カタカナ.", "main": "lib/textlint-rule-no-hankaku-kana.js", "directories": { "test": "test" }, "keywords": [ "japanese", "textlint", "textlintrule" ], "scripts": { "test": "textlint-scripts test", "build": "textlint-scripts build", "watch": "textlint-scripts build --watch", "prepublish": "npm run --if-present build" }, "devDependencies": { "@textlint/types": "^13.3.1", "textlint-scripts": "^13.3.1", "typescript": "^4.9.5" }, "dependencies": { "textlint-rule-helper": "^2.3.0", "textlint-tester": "^13.3.1" }, "packageManager": "npm@9.3.1" }