eslint-plugin-mdx
Version:
ESLint Plugin for MDX
65 lines (64 loc) • 1.52 kB
JSON
{
"name": "eslint-plugin-mdx",
"version": "3.4.1",
"type": "module",
"description": "ESLint Plugin for MDX",
"repository": "https://github.com/mdx-js/eslint-mdx.git",
"homepage": "https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-plugin-mdx",
"author": "JounQin <admin@1stg.me> (https://www.1stG.me)",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"main": "lib/index.cjs",
"types": "index.d.cts",
"module": "lib/index.js",
"exports": {
".": {
"import": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"module-sync": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"require": {
"types": "./index.d.cts",
"default": "./lib/index.cjs"
}
},
"./package.json": "./package.json"
},
"files": [
"index.d.cts",
"lib"
],
"keywords": [
"eslint",
"eslint-mdx",
"eslint-plugin",
"eslint-plugin-mdx",
"mdx"
],
"peerDependencies": {
"eslint": ">=8.0.0"
},
"dependencies": {
"eslint-mdx": "^3.4.1",
"mdast-util-from-markdown": "^2.0.2",
"mdast-util-mdx": "^3.0.0",
"micromark-extension-mdxjs": "^3.0.0",
"remark-mdx": "^3.1.0",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"synckit": "^0.11.4",
"tslib": "^2.8.1",
"unified": "^11.0.5",
"vfile": "^6.0.3"
}
}