{
  "name": "textlint-rule-en-spell",
  "version": "1.2.4",
  "description": "A textlint rule to check English spelling. The dictionary is included. ",
  "keywords": [
    "textlintrule"
  ],
  "homepage": "https://github.com/blue-hood/textlint-rule-en-spell#readme",
  "bugs": {
    "url": "https://github.com/blue-hood/textlint-rule-en-spell/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/blue-hood/textlint-rule-en-spell.git"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/hata6502"
  },
  "license": "MIT",
  "author": "Hood <hato6502@gmail.com> (https://github.com/blue-hood)",
  "main": "lib/index.js",
  "directories": {
    "test": "test"
  },
  "files": [
    "lib/",
    "src/"
  ],
  "scripts": {
    "generate-disclaimer": "yarn licenses generate-disclaimer --ignore-platform > DISCLAIMER.md",
    "prepublish": "yarn run --if-present webpack",
    "webpack": "webpack"
  },
  "dependencies": {
    "dictionary-en": "^3.0.0",
    "nspell": "^2.1.2",
    "url-regex-safe": "^3.0.0"
  },
  "devDependencies": {
    "@textlint/types": "^1.3.1",
    "@types/node": "^12.12.42",
    "raw-loader": "^4.0.1",
    "textlint-tester": "^5.1.15",
    "ts-loader": "^7.0.5",
    "ts-node": "^8.10.1",
    "typescript": "^3.6.4",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.11"
  }
}
