@envsa/remark-config
Version:
Markdown and MDX linting for @envsa/shared-config.
102 lines • 3.3 kB
JSON
{
"name": "@envsa/remark-config",
"version": "9.0.13",
"description": "Markdown and MDX linting for @envsa/shared-config.",
"keywords": [
"shared-config",
"remark-config",
"remark-lint",
"remark",
"cli",
"envsa",
"envsa-remark"
],
"homepage": "https://github.com/envsa/shared-config/tree/main/packages/remark-config",
"bugs": "https://github.com/envsa/shared-config/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/envsa/shared-config.git",
"directory": "packages/remark-config"
},
"license": "MIT",
"author": {
"name": "Liam Rella",
"url": "https://github.com/rellafella"
},
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"envsa-remark": "bin/cli.js"
},
"files": [
"bin/*",
"dist/*",
"init/*"
],
"dependencies": {
"@pinojs/json-colorizer": "^4.0.0",
"@types/mdast": "^4.0.4",
"cosmiconfig": "^9.0.0",
"cosmiconfig-typescript-loader": "^6.2.0",
"execa": "^9.6.0",
"find-workspaces": "^0.3.1",
"fs-extra": "^11.3.2",
"mdast-util-to-markdown": "^2.1.2",
"prettier": "^3.6.2",
"remark-directive": "^4.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-lint": "^10.0.1",
"remark-lint-checkbox-content-indent": "^5.0.1",
"remark-lint-fenced-code-flag": "^4.2.0",
"remark-lint-final-definition": "^4.0.2",
"remark-lint-first-heading-level": "^4.0.1",
"remark-lint-heading-increment": "^4.0.1",
"remark-lint-linebreak-style": "^4.0.1",
"remark-lint-maximum-heading-length": "^4.1.1",
"remark-lint-no-duplicate-defined-urls": "^3.0.1",
"remark-lint-no-duplicate-definitions": "^4.0.1",
"remark-lint-no-duplicate-headings": "^4.0.1",
"remark-lint-no-duplicate-headings-in-section": "^4.0.1",
"remark-lint-no-empty-url": "^4.0.1",
"remark-lint-no-file-name-articles": "^3.0.1",
"remark-lint-no-file-name-consecutive-dashes": "^3.0.1",
"remark-lint-no-file-name-irregular-characters": "^3.0.1",
"remark-lint-no-file-name-outer-dashes": "^3.0.1",
"remark-lint-no-heading-indent": "^5.0.1",
"remark-lint-no-heading-like-paragraph": "^4.0.1",
"remark-lint-no-multiple-toplevel-headings": "^4.0.1",
"remark-lint-no-paragraph-content-indent": "^5.0.1",
"remark-lint-no-reference-like-url": "^4.0.1",
"remark-lint-no-shell-dollars": "^4.0.1",
"remark-lint-no-shortcut-reference-image": "^4.0.1",
"remark-lint-no-shortcut-reference-link": "^4.0.1",
"remark-lint-no-tabs": "^4.0.1",
"remark-lint-no-undefined-references": "^5.0.2",
"remark-lint-no-unneeded-full-reference-image": "^4.0.1",
"remark-lint-no-unneeded-full-reference-link": "^4.0.1",
"remark-lint-no-unused-definitions": "^4.0.2",
"remark-lint-strikethrough-marker": "^3.0.1",
"remark-stringify": "^11.0.0",
"remark-validate-links": "^13.0.2",
"unified": "^11.0.5"
},
"engines": {
"node": ">=22.0.0",
"pnpm": ">=10.0.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc && ../../scripts/build.ts",
"cli": "node ./bin/cli.js"
}
}