{
  "name": "textlint-filter-rule-comments",
  "repository": {
    "type": "git",
    "url": "https://github.com/textlint/textlint-filter-rule-comments.git"
  },
  "author": "azu",
  "email": "azuciao@gmail.com",
  "homepage": "https://github.com/textlint/textlint-filter-rule-comments",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/textlint/textlint-filter-rule-comments/issues"
  },
  "files": [
    "src/",
    "lib/"
  ],
  "version": "1.3.0",
  "description": "textlint rule that ignore texts using comments directive.",
  "main": "lib/textlint-filter-rule-comments.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha test/",
    "build": "NODE_ENV=production babel src --out-dir lib --source-maps",
    "watch": "babel src --out-dir lib --watch --source-maps",
    "prepublish": "npm run --if-present build"
  },
  "keywords": [
    "textlint",
    "ignore"
  ],
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/register": "^7.0.0",
    "@textlint/ast-node-types": "^14.0.3",
    "@textlint/legacy-textlint-core": "^14.0.3",
    "mocha": "^10.3.0",
    "textlint": "^14.0.3",
    "textlint-rule-report-node-types": "^1.1.0"
  }
}
