UNPKG

@textlint/kernel

Version:
64 lines (63 loc) 1.7 kB
{ "name": "@textlint/kernel", "version": "15.5.2", "description": "textlint kernel is core logic by pure JavaScript.", "keywords": [ "textlint" ], "homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/textlint-kernel/", "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", "typings": "lib/src/index.d.ts", "directories": { "test": "test" }, "files": [ "bin/", "lib/", "src/", "!*.tsbuildinfo" ], "scripts": { "build": "tsc -b", "clean": "rimraf lib/", "prepack": "npm run --if-present build", "test": "vitest run", "test:build": "tsc -b test", "test:watch": "vitest watch", "updateSnapshot": "UPDATE_SNAPSHOT=1 npm test" }, "dependencies": { "@textlint/ast-node-types": "15.5.2", "@textlint/ast-tester": "15.5.2", "@textlint/ast-traverse": "15.5.2", "@textlint/feature-flag": "15.5.2", "@textlint/source-code-fixer": "15.5.2", "@textlint/types": "15.5.2", "@textlint/utils": "15.5.2", "debug": "^4.4.3", "fast-equals": "^4.0.3", "structured-source": "^4.0.0" }, "devDependencies": { "@textlint/markdown-to-ast": "15.5.2", "@types/debug": "^4.1.12", "@types/node": "^24.10.13", "rimraf": "^6.1.3", "shelljs": "^0.10.0", "textlint-rule-preset-ja-spacing": "^2.4.3", "typescript": "~5.8.3", "unist-util-select": "^3.0.4", "vitest": "^3.2.4" }, "gitHead": "7320c69be4665acc74186834b435a32d283c1be5" }