UNPKG

textlint-tester

Version:
64 lines (63 loc) 1.8 kB
{ "name": "textlint-tester", "version": "15.5.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.5.0", "@textlint/feature-flag": "15.5.0", "@textlint/kernel": "15.5.0", "@textlint/textlint-plugin-markdown": "15.5.0", "@textlint/textlint-plugin-text": "15.5.0", "@textlint/types": "15.5.0" }, "devDependencies": { "@types/mocha": "^9.1.1", "@types/node": "^24.10.1", "analyze-desumasu-dearu": "^4.0.1", "match-index": "^1.0.3", "mocha": "^11.7.5", "rimraf": "^6.1.2", "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": "f3581439799807885624514f462fb9da3df336c1" }