UNPKG

textlint-rule-common-misspellings

Version:
47 lines (46 loc) 1.19 kB
{ "name": "textlint-rule-common-misspellings", "version": "1.0.1", "description": "textlint rule to check common misspellings", "author": "IRIDE Monad <iride.monad@gmail.com>", "license": "GPL-3.0", "homepage": "https://github.com/io-monad/textlint-rule-common-misspellings", "repository": "io-monad/textlint-rule-common-misspellings", "bugs": { "url": "https://github.com/io-monad/textlint-rule-common-misspellings/issues" }, "main": "lib/common-misspellings.js", "scripts": { "build": "babel src -d lib --source-maps", "watch": "babel src -d lib --watch --source-maps", "prepublish": "npm run --if-present build", "test": "mocha" }, "files": [ "lib", "src" ], "directories": { "test": "test" }, "keywords": [ "textlint", "rule", "english", "misspelling", "proofreading" ], "devDependencies": { "babel-cli": "^6.6.5", "babel-preset-es2015": "^6.6.0", "espower-babel": "^4.0.1", "mocha": "^2.4.5", "power-assert": "^1.3.1", "textlint": "^5.7.0", "textlint-tester": "^1.0.0" }, "dependencies": { "misspellings": "^1.0.1", "textlint-rule-helper": "^1.1.5" } }