textlint
Version:
The pluggable linting tool for natural language.
104 lines (103 loc) • 2.69 kB
JSON
{
"name": "textlint",
"version": "15.2.0",
"description": "The pluggable linting tool for natural language.",
"keywords": [
"AST",
"lint",
"linting",
"markdown",
"pluggable",
"text",
"textlint",
"nlp"
],
"homepage": "https://github.com/textlint/textlint/",
"bugs": {
"url": "https://github.com/textlint/textlint/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/textlint/textlint.git"
},
"license": "MIT",
"author": "azu",
"type": "commonjs",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
"bin": {
"textlint": "./bin/textlint.js"
},
"directories": {
"test": "test/"
},
"files": [
"bin/",
"lib/",
"module/",
"src/",
"!*.tsbuildinfo"
],
"scripts": {
"build": "tsc -b",
"clean": "rimraf lib/",
"prepack": "npm run build",
"test": "vitest run",
"updateSnapshot": "UPDATE_SNAPSHOT=true vitest run",
"test:watch": "vitest watch",
"watch": "tsc -b --watch"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.13.2",
"@textlint/ast-node-types": "15.2.0",
"@textlint/ast-traverse": "15.2.0",
"@textlint/config-loader": "15.2.0",
"@textlint/feature-flag": "15.2.0",
"@textlint/fixer-formatter": "15.2.0",
"@textlint/kernel": "15.2.0",
"@textlint/linter-formatter": "15.2.0",
"@textlint/module-interop": "15.2.0",
"@textlint/resolver": "15.2.0",
"@textlint/textlint-plugin-markdown": "15.2.0",
"@textlint/textlint-plugin-text": "15.2.0",
"@textlint/types": "15.2.0",
"@textlint/utils": "15.2.0",
"debug": "^4.4.1",
"file-entry-cache": "^10.1.1",
"glob": "^10.4.5",
"md5": "^2.3.0",
"mkdirp": "^0.5.6",
"optionator": "^0.9.4",
"path-to-glob-pattern": "^2.0.1",
"rc-config-loader": "^4.1.3",
"read-package-up": "^11.0.0",
"structured-source": "^4.0.0",
"unique-concat": "^0.2.2",
"zod": "^3.25.67"
},
"devDependencies": {
"@textlint/legacy-textlint-core": "15.2.0",
"@types/clone": "^2.1.4",
"@types/debug": "^4.1.12",
"@types/glob": "^8.1.0",
"@types/node": "^20.19.2",
"@types/shelljs": "^0.8.16",
"clone": "^2.1.2",
"rimraf": "^6.0.1",
"shelljs": "^0.10.0",
"textlint-plugin-html": "^0.3.0",
"textlint-rule-helper": "^2.3.1",
"textlint-rule-no-todo": "^2.0.1",
"textlint-rule-preset-ja-spacing": "^2.4.3",
"textlint-rule-preset-jtf-style": "^2.3.14",
"typescript": "~5.8.3",
"vitest": "^3.2.4"
},
"engines": {
"node": ">=20.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "fa214af595129a5d0af056c0b7e2e6900faa3e7f"
}