retext-capitalization
Version:
A retext plugin to encourage the use of sentence case
47 lines (46 loc) • 1.2 kB
JSON
{
"name": "retext-capitalization",
"version": "1.2.6",
"description": "A retext plugin to encourage the use of sentence case",
"type": "module",
"main": "index.js",
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"prepare": "husky install"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"repository": {
"type": "git",
"url": "https://github.com/danielgolden/retext-capitalization"
},
"keywords": [
"retext",
"unifiedjs",
"natural language",
"natural language processing",
"retext plugin"
],
"author": "Daniel Golden",
"bugs": "https://github.com/danielgolden/retext-capitalization/issues",
"license": "ISC",
"dependencies": {
"match-casing": "^2.0.1",
"nlcst-search": "^3.1.0",
"nlcst-to-string": "^3.1.0",
"quotation": "^2.0.2",
"retext": "^8.1.0",
"retext-pos": "^4.1.0",
"unist-util-is": "^5.1.1",
"unist-util-position": "^4.0.1",
"unist-util-visit": "^4.1.0",
"vfile-reporter-json": "^3.1.0"
},
"devDependencies": {
"husky": "^8.0.1",
"jest": "^28.1.3",
"lint-staged": "^12.4.1",
"prettier": "2.6.2"
}
}