UNPKG

@textlint/kernel

Version:
65 lines (64 loc) 1.74 kB
{ "name": "@textlint/kernel", "version": "14.8.4", "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", "module": "./module/src/index.js", "typings": "lib/src/index.d.ts", "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 --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": "14.8.4", "@textlint/ast-tester": "14.8.4", "@textlint/ast-traverse": "14.8.4", "@textlint/feature-flag": "14.8.4", "@textlint/source-code-fixer": "14.8.4", "@textlint/types": "14.8.4", "@textlint/utils": "14.8.4", "debug": "^4.4.1", "fast-equals": "^4.0.3", "structured-source": "^4.0.0" }, "devDependencies": { "@textlint/markdown-to-ast": "14.8.4", "@types/debug": "^4.1.12", "@types/node": "^18.19.111", "rimraf": "^6.0.1", "shelljs": "^0.10.0", "typescript": "~5.8.3", "unist-util-select": "^3.0.4", "vitest": "^3.2.3" }, "gitHead": "2733e1b81674a28437c8e52ca49f6c389e8e2b67" }