{
  "name": "alex-vscode",
  "version": "1.0.0",
  "description": "alex wrapper to easily integrate with Visual Studio Code",
  "repository": "shinnn/alex-vscode",
  "author": "Shinnosuke Watanabe (https://github.com/shinnn)",
  "scripts": {
    "pretest": "eslint --fix --config @shinnn/node index.js test.js",
    "test": "node --strong_mode --harmony_destructuring --throw-deprecation --track-heap-objects test.js",
    "coverage": "node --strong_mode --harmony_destructuring node_modules/.bin/istanbul cover test.js"
  },
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "keywords": [
    "alex",
    "language",
    "sensitive",
    "insensitive",
    "sensitivity",
    "identity",
    "gender",
    "sex",
    "equal",
    "equality",
    "race",
    "religion",
    "orientation",
    "consideration",
    "natural-language",
    "english",
    "wrapper",
    "bridge",
    "lint",
    "linter",
    "check",
    "checker",
    "validate",
    "validation",
    "vsc",
    "vscode",
    "visual-studio-code",
    "diagnostic",
    "diagnostics"
  ],
  "dependencies": {
    "alex": "^1.6.1",
    "is-md": "^1.0.0",
    "vfile-messages-to-vscode-diagnostics": "^1.0.0"
  },
  "devDependencies": {
    "@shinnn/eslint-config-node": "^1.0.1",
    "eslint": "^1.10.2",
    "istanbul": "^0.4.1",
    "tape": "^4.2.2",
    "vscode-languageserver": "^0.10.6"
  }
}
