retext-preset-stoicism
Version:
Text processor for the Stoicism Compendium
56 lines (55 loc) • 1.74 kB
JSON
{
"name": "retext-preset-stoicism",
"version": "0.0.1",
"description": "Text processor for the Stoicism Compendium",
"license": "BlueOak-1.0.0",
"keywords": [
"retext",
"preset",
"stoicism"
],
"repository": "stoicism-compendium/retext-preset-stoicism",
"bugs": "https://github.com/stoicism-compendium/retext-preset-stoicism/issues",
"author": "Sean Leather (https://github.com/spl)",
"files": [
"index.js"
],
"dependencies": {
"dictionary-en": "^3.0.0",
"retext-contractions": "^4.0.0",
"retext-diacritics": "^3.0.0",
"retext-emoji": "^7.0.1",
"retext-english": "^3.0.4",
"retext-indefinite-article": "^2.0.1",
"retext-quotes": "^4.0.0",
"retext-redundant-acronyms": "^3.0.0",
"retext-repeated-words": "^3.0.0",
"retext-sentence-spacing": "^4.0.0",
"retext-spell-file": "^0.0.1",
"retext-syntax-urls": "^2.0.0"
},
"devDependencies": {
"depcheck": "^0.9.2",
"eslint": "*",
"eslint-plugin-import": "*",
"eslint-plugin-node": "*",
"eslint-plugin-promise": "*",
"eslint-plugin-standard": "*",
"prettier": "*",
"remark-cli": "^8.0.0",
"remark-preset-stoicism": "git+https://github.com/stoicism-compendium/remark-preset-stoicism.git",
"stoicism-js-style": "^0.0.1"
},
"scripts": {
"check-js": "prettier --check '**/*.js' && eslint .",
"check-md": "remark --quiet --frail .",
"depcheck": "depcheck",
"format": "npm run format-md && npm run format-js",
"format-js": "prettier --write '**/*.js' && eslint --fix .",
"format-md": "remark --output --quiet --frail .",
"test": "npm run check-md && npm run check-js && npm run depcheck"
},
"eslintIgnore": [
"node_modules"
]
}