@kitschpatrol/remark-config
Version:
Markdown and MDX linting for @kitschpatrol/shared-config.
110 lines • 3.56 kB
JSON
{
"name": "@kitschpatrol/remark-config",
"version": "7.6.2",
"description": "Markdown and MDX linting for @kitschpatrol/shared-config.",
"keywords": [
"shared-config",
"remark-config",
"remark-lint",
"remark",
"cli",
"ksc",
"ksc-remark"
],
"homepage": "https://github.com/kitschpatrol/shared-config/tree/main/packages/remark-config",
"bugs": "https://github.com/kitschpatrol/shared-config/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/kitschpatrol/shared-config.git",
"directory": "packages/remark-config"
},
"license": "MIT",
"author": {
"name": "Eric Mika",
"email": "eric@ericmika.com",
"url": "https://ericmika.com"
},
"sideEffects": false,
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"ksc-remark": "bin/cli.js"
},
"files": [
"bin/*",
"dist/*",
"init/*"
],
"dependencies": {
"@pinojs/json-colorizer": "^4.0.0",
"@types/mdast": "^4.0.4",
"cosmiconfig": "^9.0.1",
"cosmiconfig-typescript-loader": "^6.3.0",
"decircular": "^1.0.0",
"deepmerge": "^4.3.1",
"execa": "^9.6.1",
"find-workspaces": "^0.3.1",
"fs-extra": "^11.3.5",
"json-stringify-pretty-compact": "^4.0.0",
"mdast-util-to-markdown": "^2.1.2",
"package-up": "^5.0.0",
"picocolors": "^1.1.1",
"prettier": "^3.8.3",
"remark-attribute-list": "^0.4.0",
"remark-directive": "^4.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"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.1.0",
"unified": "^11.0.5",
"yargs": "^18.0.0"
},
"engines": {
"node": "^22.22.2 || >=24.0.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsdown",
"cli": "node ./bin/cli.js"
}
}