UNPKG

textlint

Version:

The pluggable linting tool for natural language.

105 lines (104 loc) 2.73 kB
{ "name": "textlint", "version": "14.8.4", "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 && tsc -b tsconfig.module.json", "clean": "rimraf lib/ module/", "prepack": "npm run build", "test": "vitest run", "test:watch": "vitest watch", "watch": "tsc -b --watch" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "@textlint/ast-node-types": "14.8.4", "@textlint/ast-traverse": "14.8.4", "@textlint/config-loader": "14.8.4", "@textlint/feature-flag": "14.8.4", "@textlint/fixer-formatter": "14.8.4", "@textlint/kernel": "14.8.4", "@textlint/linter-formatter": "14.8.4", "@textlint/module-interop": "14.8.4", "@textlint/resolver": "14.8.4", "@textlint/textlint-plugin-markdown": "14.8.4", "@textlint/textlint-plugin-text": "14.8.4", "@textlint/types": "14.8.4", "@textlint/utils": "14.8.4", "debug": "^4.4.1", "file-entry-cache": "^10.0.8", "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-pkg": "^1.1.0", "read-pkg-up": "^3.0.0", "structured-source": "^4.0.0", "unique-concat": "^0.2.2", "zod": "^3.25.56" }, "devDependencies": { "@textlint/legacy-textlint-core": "14.8.4", "@types/clone": "^2.1.4", "@types/debug": "^4.1.12", "@types/glob": "^8.1.0", "@types/node": "^18.19.111", "@types/read-pkg-up": "^3.0.1", "@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.3" }, "engines": { "node": ">=18.14.0" }, "publishConfig": { "access": "public" }, "gitHead": "2733e1b81674a28437c8e52ca49f6c389e8e2b67" }