UNPKG

1.17 kBJSONView Raw
1{
2 "name": "eslint-plugin-mdx",
3 "version": "1.9.1",
4 "description": "ESLint Plugin for MDX",
5 "repository": "git+https://github.com/mdx-js/eslint-mdx.git",
6 "homepage": "https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-plugin-mdx",
7 "funding": {
8 "type": "opencollective",
9 "url": "https://opencollective.com/unified"
10 },
11 "author": "JounQin <admin@1stg.me>",
12 "license": "MIT",
13 "engines": {
14 "node": ">=10.0.0"
15 },
16 "main": "lib/cjs",
17 "module": "lib",
18 "es2015": "lib/es2015",
19 "fesm5": "lib/esm",
20 "types": "lib",
21 "files": [
22 "lib",
23 "typings.d.ts"
24 ],
25 "keywords": [
26 "eslint",
27 "eslint-mdx",
28 "eslint-plugin",
29 "eslint-plugin-mdx",
30 "mdx"
31 ],
32 "peerDependencies": {
33 "eslint": ">=5.0.0"
34 },
35 "dependencies": {
36 "cosmiconfig": "^7.0.0",
37 "eslint-mdx": "^1.9.1",
38 "eslint-plugin-react": "^7.22.0",
39 "remark-mdx": "^1.6.22",
40 "remark-parse": "^8.0.3",
41 "remark-stringify": "^8.1.1",
42 "tslib": "^2.1.0",
43 "unified": "^9.2.1",
44 "vfile": "^4.2.1"
45 },
46 "optionalDependencies": {
47 "rebass": "^4.0.7"
48 },
49 "gitHead": "171488e03fd6fd5942ce3dafdbec68de07b96481"
50}