{
    "name": "textlint-tester",
    "version": "15.6.0",
    "description": "testing tool for textlint rule.",
    "keywords": [
        "test",
        "testing",
        "textlint"
    ],
    "homepage": "https://github.com/textlint/textlint/tree/master/packages/textlint-tester/",
    "bugs": {
        "url": "https://github.com/textlint/textlint/issues"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/textlint/textlint.git"
    },
    "license": "MIT",
    "author": "azu",
    "type": "commonjs",
    "main": "lib/src/index.js",
    "types": "lib/src/index.d.ts",
    "directories": {
        "test": "test"
    },
    "files": [
        "bin/",
        "lib/",
        "module/",
        "src/",
        "!*.tsbuildinfo"
    ],
    "scripts": {
        "build": "tsc -b",
        "clean": "rimraf lib/ out/",
        "prepack": "npm run --if-present build",
        "test": "mocha",
        "watch": "tsc -b --watch"
    },
    "dependencies": {
        "@textlint/ast-node-types": "15.6.0",
        "@textlint/feature-flag": "15.6.0",
        "@textlint/kernel": "15.6.0",
        "@textlint/textlint-plugin-markdown": "15.6.0",
        "@textlint/textlint-plugin-text": "15.6.0",
        "@textlint/types": "15.6.0"
    },
    "devDependencies": {
        "@types/mocha": "^9.1.1",
        "@types/node": "^24.12.2",
        "analyze-desumasu-dearu": "^4.0.1",
        "match-index": "^1.0.3",
        "mocha": "^11.7.5",
        "rimraf": "^6.1.3",
        "textlint-plugin-html": "^0.3.0",
        "textlint-rule-helper": "^2.5.0",
        "textlint-rule-max-number-of-lines": "^1.0.3",
        "ts-node": "^10.9.2",
        "typescript": "~5.8.3"
    },
    "email": "azuciao@gmail.com",
    "gitHead": "9d39bd4801bea1514aabe9e536429e79759c9181"
}
