textlint
Version:
The pluggable linting tool for text and markdown.
103 lines (102 loc) • 2.67 kB
JSON
{
"name": "textlint",
"version": "14.5.0",
"description": "The pluggable linting tool for text and markdown.",
"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",
"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": "mocha",
"watch": "tsc -b --watch"
},
"dependencies": {
"@textlint/ast-node-types": "^14.5.0",
"@textlint/ast-traverse": "^14.5.0",
"@textlint/config-loader": "^14.5.0",
"@textlint/feature-flag": "^14.5.0",
"@textlint/fixer-formatter": "^14.5.0",
"@textlint/kernel": "^14.5.0",
"@textlint/linter-formatter": "^14.5.0",
"@textlint/module-interop": "^14.5.0",
"@textlint/resolver": "^14.5.0",
"@textlint/textlint-plugin-markdown": "^14.5.0",
"@textlint/textlint-plugin-text": "^14.5.0",
"@textlint/types": "^14.5.0",
"@textlint/utils": "^14.5.0",
"debug": "^4.4.0",
"file-entry-cache": "^10.0.5",
"get-stdin": "^5.0.1",
"glob": "^10.4.5",
"md5": "^2.3.0",
"mkdirp": "^0.5.6",
"optionator": "^0.9.3",
"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"
},
"devDependencies": {
"@textlint/legacy-textlint-core": "^14.5.0",
"@types/clone": "^2.1.4",
"@types/glob": "^8.1.0",
"@types/mocha": "^9.1.1",
"@types/node": "^18.19.9",
"@types/read-pkg-up": "^3.0.1",
"@types/shelljs": "^0.8.15",
"clone": "^2.1.2",
"mocha": "^10.8.1",
"rimraf": "^3.0.2",
"shelljs": "^0.8.5",
"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.1",
"textlint-rule-preset-jtf-style": "^2.3.14",
"ts-node": "^10.9.2",
"typescript": "~5.3.3"
},
"engines": {
"node": ">=18.14.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "42711e589e122f362acd3d37dacbed8c40ee0d15"
}