@textlint/kernel
Version:
textlint kernel is core logic by pure JavaScript.
65 lines (64 loc) • 1.92 kB
JSON
{
"name": "@textlint/kernel",
"version": "14.6.0",
"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": "mocha",
"updateSnapshot": "UPDATE_SNAPSHOT=1 npm test",
"test:build": "tsc -b test"
},
"dependencies": {
"@textlint/ast-node-types": "^14.6.0",
"@textlint/ast-tester": "^14.6.0",
"@textlint/ast-traverse": "^14.6.0",
"@textlint/feature-flag": "^14.6.0",
"@textlint/source-code-fixer": "^14.6.0",
"@textlint/types": "^14.6.0",
"@textlint/utils": "^14.6.0",
"debug": "^4.4.0",
"fast-equals": "^4.0.3",
"structured-source": "^4.0.0"
},
"devDependencies": {
"@textlint/markdown-to-ast": "^14.6.0",
"@types/debug": "^4.1.12",
"@types/mocha": "^9.1.1",
"@types/node": "^18.19.9",
"mocha": "^10.8.1",
"rimraf": "^3.0.2",
"shelljs": "^0.9.1",
"ts-node": "^10.9.2",
"typescript": "~5.3.3"
},
"gitHead": "95df8c106b26481548bb4181ff1811938d30d882"
}